Changed incorrect ReleaseService() to UnregisterService()

This commit is contained in:
dp%netscape.com 1999-08-03 00:24:26 +00:00
parent 38c8fca1da
commit c9bb3589b3

View File

@ -242,7 +242,7 @@ nsSoftwareUpdate::Shutdown()
{
nsresult rv;
rv = nsServiceManager::ReleaseService( NS_IXPINSTALLCOMPONENT_PROGID, ( (nsISupports*) (nsISoftwareUpdate*) this ) );
rv = nsServiceManager::UnregisterService( NS_IXPINSTALLCOMPONENT_PROGID );
return rv;
}