mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
40e6c21251
commit
982434242e
@ -629,6 +629,7 @@ nsXPINotifierImpl::OnEndLoad(nsIRDFXMLSink *aSink)
|
||||
}
|
||||
}
|
||||
}
|
||||
VR_Close();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user