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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user