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:
@@ -374,7 +374,7 @@ nsresult nsComposeAppCore::Dispose()
|
||||
appCoreManager->Remove((nsIDOMBaseAppCore *) this);
|
||||
}
|
||||
|
||||
//NS_RELEASE(this); //??
|
||||
Release();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user