Assert fix

This commit is contained in:
Siana Gearz
2012-08-09 04:50:48 +02:00
parent 46e57d4f1c
commit 26109ca8f9

View File

@@ -1659,7 +1659,8 @@ bool LLAppViewer::cleanup()
writeDebugInfo();
LLViewerMedia::saveCookieFile();
if(!gDirUtilp->getLindenUserDir(true).empty())
LLViewerMedia::saveCookieFile();
// Stop the plugin read thread if it's running.
LLPluginProcessParent::setUseReadThread(false);