diff options
author | Dave Parks <davep@lindenlab.com> | 2022-04-26 16:38:47 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-04-26 16:38:47 -0500 |
commit | a00a569ac85b5a9e3198444eee9919af4e7e4a72 (patch) | |
tree | 4319d66cee0da1178c28ed42d2ccf2a80a32a912 /indra/newview/llvocache.h | |
parent | 436544a51a99da007cdb702cee338ffb85da85a5 (diff) |
SL-17276 Potential fix for crash on shutdown on mac.
Diffstat (limited to 'indra/newview/llvocache.h')
-rw-r--r-- | indra/newview/llvocache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index c510ff77fc..55a13d934d 100644 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -189,6 +189,7 @@ class LLVOCachePartition : public LLViewerOctreePartition { public: LLVOCachePartition(LLViewerRegion* regionp); + virtual ~LLVOCachePartition(); bool addEntry(LLViewerOctreeEntry* entry); void removeEntry(LLViewerOctreeEntry* entry); |