diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-01 06:47:55 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-01 06:47:55 +0100 |
commit | f92d7f282954d5f4601178603aa715ae74287957 (patch) | |
tree | 85c7018fac0dc3151ff9e22c3e6248468781ebe1 /indra/llplugin/llpluginclassmedia.cpp | |
parent | b0fa1e011f14356b3634f39d32f43e244b6f1298 (diff) | |
parent | 1b827077717483d59d1d16ec4203ae9fb8199c8f (diff) |
merge from 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(); } |