Bug 334687: Possible null pointer dereference in nsPluginHostImpl.cpp, patch by Ryan Flint <rflint@dslr.net>, r+sr=jst

git-svn-id: svn://10.0.0.236/trunk@195648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-04-28 17:25:48 +00:00
parent 1fd2fe4ab5
commit 1c0d90bb52

View File

@@ -415,7 +415,7 @@ nsActivePlugin::~nsActivePlugin()
mInstance->Destroy();
NS_RELEASE(mInstance);
NS_RELEASE(mPeer);
NS_IF_RELEASE(mPeer);
}
PL_strfree(mURL);
}