зеркало из https://github.com/mozilla/pjs.git
freed mCommand in nsFileChannel
This commit is contained in:
Родитель
c0d4babc21
Коммит
4c7802597b
|
@ -125,6 +125,7 @@ nsFileChannel::Init(nsIFileProtocolHandler* handler, const char* command, nsIURI
|
|||
|
||||
nsFileChannel::~nsFileChannel()
|
||||
{
|
||||
if (mCommand) nsCRT::free(mCommand);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче