Bug 555696 mClosed isn't initialized in PluginStreamChild. r=bsmedberg

This commit is contained in:
timeless@mozdev.org 2010-07-13 11:56:42 -07:00
parent 0a2d04e6df
commit 985124d905

View File

@ -42,6 +42,7 @@ namespace mozilla {
namespace plugins {
PluginStreamChild::PluginStreamChild()
: mClosed(false)
{
memset(&mStream, 0, sizeof(mStream));
mStream.ndata = static_cast<AStream*>(this);