summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-10-15 12:06:33 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-10-15 12:06:33 +0300
commit4d8d0d85f159d95edde7692dee23d04db315d66e (patch)
tree221bbdd4453b8b881772f08e8708e8ebe47c1bdb
parent35edd296a6f850b811c000c8b337abaa1fde9835 (diff)
Fix missing inventory unlock
-rw-r--r--indra/newview/llinventorypanel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp
index 517224c5e0..69c8cb4747 100644
--- a/indra/newview/llinventorypanel.cpp
+++ b/indra/newview/llinventorypanel.cpp
@@ -2356,6 +2356,8 @@ void LLInventoryFavoritesItemsPanel::findAndInitRootContent(const LLUUID& id)
}
}
}
+
+ mInventory->unlockDirectDescendentArrays(id);
}
void LLInventoryFavoritesItemsPanel::initRootContent()