diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2022-10-19 16:17:26 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2022-10-19 16:21:01 -0400 |
commit | 1fb1a9df7a6664946f1f758330a0e6cfaef0dd8f (patch) | |
tree | 0c080c213323f648a74cd2eebd670ffb0c2535b4 /indra/llui/llmenugl.h | |
parent | f83289d3a7e80bebe47f696f96aee1b7e64d1d69 (diff) |
Fix leak of context menu branches
Introduce menu bloat logging code
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r-- | indra/llui/llmenugl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h index abbfd9a24a..f84c4d41eb 100644 --- a/indra/llui/llmenugl.h +++ b/indra/llui/llmenugl.h @@ -745,8 +745,7 @@ public: LLContextMenuBranch(const Params&); - virtual ~LLContextMenuBranch() - {} + virtual ~LLContextMenuBranch(); // called to rebuild the draw label virtual void buildDrawLabel( void ); |