diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-06-14 07:58:04 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-14 07:58:04 -0700 |
commit | 0a6761820e49d139c8e5068a82b32df84db5b611 (patch) | |
tree | b995b4bd4c1cc4aaef25dbd1f63eb72cde7b748b /indra/newview/llpanelplaceprofile.cpp | |
parent | 0022aff49d21f932f16fbd8131523ab47c56759f (diff) | |
parent | e96544ff266849207adfc3823adfc2dcfe42ce72 (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/newview/llpanelplaceprofile.cpp')
-rw-r--r-- | indra/newview/llpanelplaceprofile.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaceprofile.cpp b/indra/newview/llpanelplaceprofile.cpp index c8abcc83c4..1f979b0ef1 100644 --- a/indra/newview/llpanelplaceprofile.cpp +++ b/indra/newview/llpanelplaceprofile.cpp @@ -84,7 +84,9 @@ LLPanelPlaceProfile::LLPanelPlaceProfile() // virtual LLPanelPlaceProfile::~LLPanelPlaceProfile() -{} +{ + gIdleCallbacks.deleteFunction(&LLPanelPlaceProfile::updateYouAreHereBanner, this); +} // virtual BOOL LLPanelPlaceProfile::postBuild() |