17039, r=dougt. Releasing QI'd proxy object was causing a crash. this is a temp work around.

git-svn-id: svn://10.0.0.236/trunk@51502 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
1999-10-22 04:07:53 +00:00
parent 3a327d90e7
commit 77339b5eec

View File

@@ -234,8 +234,10 @@ nsProxyEventObject::Release(void)
NS_DELETEXPCOM(this);
return 0;
}
#if 0 // removed on dougt's suggestion
else if(1 == mRefCnt)
mRoot->Release(); // do NOT zero out the ptr (weak ref)
mRoot->Release(); // do NOT zero out the ptr (weak ref)
#endif
return mRefCnt;
}