mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
bug 229177 : Make TestXMLExtras not leak on shutdown r+sr=heikki
This commit is contained in:
parent
c1caa4f381
commit
7739558313
@ -278,6 +278,13 @@ int main (int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
|
||||
pURI = nsnull;
|
||||
pChannel = nsnull;
|
||||
pInputStream = nsnull;
|
||||
pDOMParser = nsnull;
|
||||
pDOMDocument = nsnull;
|
||||
pXMLHttpRequest = nsnull;
|
||||
|
||||
if (servMgr)
|
||||
rv = NS_ShutdownXPCOM(servMgr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user