Skip to content
Snippets Groups Projects
Commit 1f9529c0 authored by Merov Linden's avatar Merov Linden
Browse files

EXP-1772 : Suppress a useless and confusing assert in destructor, called cleanup in there instead.

parent 64ff5a52
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ struct LLWearableArrivedData ...@@ -63,7 +63,7 @@ struct LLWearableArrivedData
LLWearableList::~LLWearableList() LLWearableList::~LLWearableList()
{ {
llassert_always(mList.empty()) ; cleanup();
} }
void LLWearableList::cleanup() void LLWearableList::cleanup()
......
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