diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-12-14 22:51:18 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-12-15 03:51:36 +0200 |
commit | 8ea1f4a3fc77145cb60a7b8182e0da9c0e43ed69 (patch) | |
tree | 3a2640d7532d80c9118ecab86a0cb5c7396c7418 /indra/llmath/llvolume.h | |
parent | 009cd9adccd117357fa4054c523218a0e990bb80 (diff) |
SL-15628 Crash inside ~LLModelInstanceBase
More explicit cleanup in hopes of narrowing down which of the models
failed
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index afed98ff36..71878b8cb6 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -1000,7 +1000,7 @@ class LLVolume : public LLRefCount friend class LLVolumeLODGroup; protected: - ~LLVolume(); // use unref + virtual ~LLVolume(); // use unref public: typedef std::vector<LLVolumeFace> face_list_t; |