diff options
author | Stinson Linden <stinson@lindenlab.com> | 2014-05-27 22:45:02 +0100 |
---|---|---|
committer | Stinson Linden <stinson@lindenlab.com> | 2014-05-27 22:45:02 +0100 |
commit | c84217cc5bf49354b39ea3521e4805c791a15c8c (patch) | |
tree | 25410eb845faefd9bd0975dbeacc1bd7598208b1 /indra/llui/llmenugl.cpp | |
parent | fdc787cc06cd09a70e13cfb9da6f0aecd5d5d50f (diff) |
MAINT-4009: Ensuring that the view listeners are properly cleaned up at app close.
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rwxr-xr-x | indra/llui/llmenugl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 7383a8c307..604dc92789 100755 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -63,6 +63,7 @@ // static LLMenuHolderGL *LLMenuGL::sMenuContainer = NULL; +view_listener_t::listener_map_t view_listener_t::sListeners; S32 MENU_BAR_HEIGHT = 0; S32 MENU_BAR_WIDTH = 0; |