mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 13:42:48 +00:00
Fix a mem leak (spotted by Pav) r=me
This commit is contained in:
parent
8b24f3a078
commit
a6fa44fcaf
@ -379,6 +379,7 @@ nsresult nsHTTPRequest::WriteRequest(nsIChannel *aTransport, PRBool aIsProxied)
|
||||
mRequestBuffer.Append(": ");
|
||||
mRequestBuffer.Append(autoBuffer);
|
||||
mRequestBuffer.Append(CRLF);
|
||||
nsCRT::free(fieldName);
|
||||
}
|
||||
enumerator->HasMoreElements(&bMoreHeaders);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user