adding explict call to VR_Close after using other VR_ routines which open

the version registry.  suggested by dveditz@netscape.com
This commit is contained in:
dougt%netscape.com 2000-02-06 02:45:08 +00:00
parent 40e6c21251
commit 982434242e

View File

@ -629,6 +629,7 @@ nsXPINotifierImpl::OnEndLoad(nsIRDFXMLSink *aSink)
}
}
}
VR_Close();
return NS_OK;
}