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

the version registry.  suggested by dveditz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@59924 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 2000-02-06 02:45:08 +00:00
parent 4da08f6271
commit bdc4e91ae6

View File

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