diff options
author | Jacek Antonelli | 2008-08-15 23:45:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:57 -0500 |
commit | 7e3007b63521c4b0c5bbad1c3964a557fc526ce2 (patch) | |
tree | ab231ed574db618873d6ebb25293cf7c0cb6d26e /linden/indra/newview/llpreviewanim.cpp | |
parent | Second Life viewer sources 1.20.10 (diff) | |
download | meta-impy-7e3007b63521c4b0c5bbad1c3964a557fc526ce2.zip meta-impy-7e3007b63521c4b0c5bbad1c3964a557fc526ce2.tar.gz meta-impy-7e3007b63521c4b0c5bbad1c3964a557fc526ce2.tar.bz2 meta-impy-7e3007b63521c4b0c5bbad1c3964a557fc526ce2.tar.xz |
Second Life viewer sources 1.20.11
Diffstat (limited to 'linden/indra/newview/llpreviewanim.cpp')
-rw-r--r-- | linden/indra/newview/llpreviewanim.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewanim.cpp b/linden/indra/newview/llpreviewanim.cpp index c7b1dc7..9c7fb4a 100644 --- a/linden/indra/newview/llpreviewanim.cpp +++ b/linden/indra/newview/llpreviewanim.cpp | |||
@@ -194,6 +194,7 @@ void LLPreviewAnim::onClose(bool app_quitting) | |||
194 | 194 | ||
195 | if (motion) | 195 | if (motion) |
196 | { | 196 | { |
197 | // *TODO: minor memory leak here, user data is never deleted (Use real callbacks) | ||
197 | motion->setDeactivateCallback(NULL, (void *)NULL); | 198 | motion->setDeactivateCallback(NULL, (void *)NULL); |
198 | } | 199 | } |
199 | } | 200 | } |