From aa983108e8563c1a531d8f8add38194dc7f2a247 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Mon, 28 Apr 2014 21:12:37 +0200 Subject: [PATCH] Possible fox for crash signature 5284 by Aleric --- indra/newview/llappviewer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 45fa8dcd7..67c44f5ab 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1507,8 +1507,6 @@ bool LLAppViewer::cleanup() llinfos << "HUD Objects cleaned up" << llendflush; } - LLKeyframeDataCache::clear(); - // End TransferManager before deleting systems it depends on (Audio, VFS, AssetStorage) #if 0 // this seems to get us stuck in an infinite loop... gTransferManager.cleanup();