зеркало из https://github.com/mozilla/pjs.git
Made the crash go away only in release builds... hopefully this will help us track the real problem. a=jevering.
This commit is contained in:
Родитель
c6eb1678bb
Коммит
3378bb8dc3
|
@ -123,7 +123,11 @@ nsHTTPChannel::~nsHTTPChannel()
|
|||
PR_LOG(gHTTPLog, PR_LOG_ALWAYS,
|
||||
("Deleting nsHTTPChannel [this=%x].\n", this));
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
NS_RELEASE(mRequest);
|
||||
#else
|
||||
NS_IF_RELEASE(mRequest);
|
||||
#endif
|
||||
NS_IF_RELEASE(mResponse);
|
||||
NS_IF_RELEASE(mCachedResponse);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче