зеркало из https://github.com/mozilla/pjs.git
Bug 758224: Fix bug in nsPluginStreamListenerPeer dtor. r=bsmedberg
This commit is contained in:
Родитель
04132c9ccb
Коммит
099703f550
|
@ -299,7 +299,7 @@ nsPluginStreamListenerPeer::~nsPluginStreamListenerPeer()
|
|||
#endif
|
||||
|
||||
if (mPStreamListener) {
|
||||
mPStreamListener->SetStreamListenerPeer(this);
|
||||
mPStreamListener->SetStreamListenerPeer(nsnull);
|
||||
}
|
||||
|
||||
// close FD of mFileCacheOutputStream if it's still open
|
||||
|
|
Загрузка…
Ссылка в новой задаче