Fix leak of SoftwareUpdate service, 14549

This commit is contained in:
dveditz%netscape.com 1999-09-22 06:07:23 +00:00
parent 27e3b3fb1e
commit faa0b14603

View File

@ -442,8 +442,6 @@ nsSoftwareUpdateFactory::CreateInstance(nsISupports *aOuter, REFNSIID aIID, void
*aResult = NULL;
}
NS_ADDREF(inst); // Are we sure that we need to addref???
return result;
}