Removed an extra free that cvs merge put in!

This commit is contained in:
gagan%netscape.com 1999-11-03 08:21:37 +00:00
Родитель 8ccfdc1111
Коммит 112b02da1f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1669,7 +1669,6 @@ nsFtpConnectionThread::Run() {
} else {
// build our own
rv = mSTS->CreateTransport(host, port, mEventSinkGetter, host, getter_AddRefs(mCPipe)); // the command channel
nsAllocator::Free(host);
if (NS_FAILED(rv)) return rv;
// get the output stream so we can write to the server