freed mCommand in nsFileChannel

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

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

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