freed mCommand in nsFileChannel

This commit is contained in:
warren%netscape.com 1999-09-20 20:53:13 +00:00
Родитель c0d4babc21
Коммит 4c7802597b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -125,6 +125,7 @@ nsFileChannel::Init(nsIFileProtocolHandler* handler, const char* command, nsIURI
nsFileChannel::~nsFileChannel()
{
if (mCommand) nsCRT::free(mCommand);
}
NS_IMETHODIMP