call Release() instead of NS_RELEASE(this)

This commit is contained in:
jefft%netscape.com 1999-06-08 00:32:18 +00:00
Родитель 6e3ec610ee
Коммит 94952b1e31
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -374,7 +374,7 @@ nsresult nsComposeAppCore::Dispose()
appCoreManager->Remove((nsIDOMBaseAppCore *) this);
}
//NS_RELEASE(this); //??
Release();
return NS_OK;
}