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 | d1ecffeb8e4b02bc5d796872e61eebf84e598983 (patch) | |
| tree | b995b4bd4c1cc4aaef25dbd1f63eb72cde7b748b /indra/newview/llpanelplaceprofile.cpp | |
| parent | d3418e5e65f7845f89b5ce2019bd635861573ed3 (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() |
