call Release() instead of NS_RELEASE(this)

git-svn-id: svn://10.0.0.236/trunk@34142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jefft%netscape.com
1999-06-08 00:32:18 +00:00
parent 377cf6aa97
commit c8ba3f2ab6

View File

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