diff --git a/xpcom/proxy/src/nsProxyEventObject.cpp b/xpcom/proxy/src/nsProxyEventObject.cpp index b982e7985dca..d32dc7716955 100644 --- a/xpcom/proxy/src/nsProxyEventObject.cpp +++ b/xpcom/proxy/src/nsProxyEventObject.cpp @@ -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; }