diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-30 22:52:40 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-30 22:52:40 -0600 |
commit | 1b827077717483d59d1d16ec4203ae9fb8199c8f (patch) | |
tree | b35e86a9d75bdaf8daed22d0eb18a36682be7ae3 /indra/llplugin/llpluginclassmedia.cpp | |
parent | 0516ef218b4745ac3f109554b147a9802341237c (diff) | |
parent | 66a445298e2991cbfd29affa445c76b56b8631d5 (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
-rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index 0c9b325b68..41ace62964 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -57,11 +57,15 @@ LLPluginClassMedia::LLPluginClassMedia(LLPluginClassMediaOwner *owner) mOwner = owner; mPlugin = NULL; reset(); + + //debug use + mDeleteOK = true ; } LLPluginClassMedia::~LLPluginClassMedia() { + llassert_always(mDeleteOK) ; reset(); } |