зеркало из https://github.com/mozilla/pjs.git
Memory leak of 3 bytes from 1 block allocated in nsHttpResponseHead::ParseStatusLine
bug 126104 r=gagan sr=darin a=asa
This commit is contained in:
Родитель
0f8d140ee0
Коммит
baf73a070c
|
@ -45,7 +45,10 @@ public:
|
||||||
, mCacheControlNoStore(PR_FALSE)
|
, mCacheControlNoStore(PR_FALSE)
|
||||||
, mCacheControlNoCache(PR_FALSE)
|
, mCacheControlNoCache(PR_FALSE)
|
||||||
, mPragmaNoCache(PR_FALSE) {}
|
, mPragmaNoCache(PR_FALSE) {}
|
||||||
~nsHttpResponseHead() {}
|
~nsHttpResponseHead()
|
||||||
|
{
|
||||||
|
Reset();
|
||||||
|
}
|
||||||
|
|
||||||
nsHttpHeaderArray &Headers() { return mHeaders; }
|
nsHttpHeaderArray &Headers() { return mHeaders; }
|
||||||
nsHttpVersion Version() { return mVersion; }
|
nsHttpVersion Version() { return mVersion; }
|
||||||
|
|
Загрузка…
Ссылка в новой задаче