зеркало из https://github.com/mozilla/pjs.git
Bug 180129 nsStreamProviderProxy::~nsStreamProviderProxy tries to NS_IF_RELEASE an uninitialized member mObserverProxy
trivial patch by darin r=timeless sr=bz
This commit is contained in:
Родитель
564f46c175
Коммит
ad7a793efe
|
@ -75,7 +75,8 @@ static PRLogModuleInfo *gStreamListenerProxyLog;
|
|||
//----------------------------------------------------------------------------
|
||||
|
||||
nsStreamListenerProxy::nsStreamListenerProxy()
|
||||
: mLock(nsnull)
|
||||
: mObserverProxy(nsnull)
|
||||
, mLock(nsnull)
|
||||
, mPendingCount(0)
|
||||
, mPipeEmptied(PR_FALSE)
|
||||
, mListenerStatus(NS_OK)
|
||||
|
|
Загрузка…
Ссылка в новой задаче