diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 7467e577637..bb107e30588 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2695,6 +2695,7 @@ bool idle_startup() gAsyncAgentCacheHydrated = false; gAsyncLibraryCacheHydrated = false; gAsyncParentChildMapPrimed = false; + gInventory.cleanupInventory(); gInventory.setAsyncInventoryLoading(false); show_connect_box = true;