Skip to content
Snippets Groups Projects
Commit 4ccae313 authored by callum's avatar callum
Browse files

SH-3115 FIX Crash on exit, curl handles not empty

Reviewed by Ted.
parent 08704b36
No related branches found
No related tags found
No related merge requests found
......@@ -1506,7 +1506,8 @@ void LLCurl::cleanupClass()
delete sHandleMutexp ;
sHandleMutexp = NULL ;
llassert(Easy::sActiveHandles.empty());
// removed as per https://jira.secondlife.com/browse/SH-3115
//llassert(Easy::sActiveHandles.empty());
}
//static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment