diff options
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 | } |