зеркало из https://github.com/mozilla/pjs.git
Bug 252345 - Memory leak in nsXMLHttpRequest.cpp (seen when using GMail).
r=peterv@propagandism.org, sr=darin@meer.net
This commit is contained in:
Родитель
ee33323708
Коммит
cece40e362
|
@ -589,6 +589,7 @@ nsXMLHttpRequest::ConvertBodyToText(nsAString& aOutBuffer)
|
|||
} while ( NS_FAILED(rv) && (dataLen > 0) );
|
||||
|
||||
aOutBuffer.Assign(outBuffer, totalChars);
|
||||
nsMemory::Free(outBuffer);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче