From 8a64ded50f3d168d5ffc9df49c41a572c3439b43 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 14 Oct 2020 11:47:54 +0300 Subject: SL-14119 Crash at LLVolumeFace::cacheOptimize --- indra/llinventory/llinventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llinventory/llinventory.h') diff --git a/indra/llinventory/llinventory.h b/indra/llinventory/llinventory.h index 70b200e139..96659cd602 100644 --- a/indra/llinventory/llinventory.h +++ b/indra/llinventory/llinventory.h @@ -247,7 +247,7 @@ public: LLInventoryCategory(const LLInventoryCategory* other); void copyCategory(const LLInventoryCategory* other); // LLRefCount requires custom copy protected: - ~LLInventoryCategory(); + virtual ~LLInventoryCategory(); //-------------------------------------------------------------------- // Accessors And Mutators -- cgit v1.2.3