I would like to know the instances that aught to be released.So far I
have not done anything expect for closing the Window I open.
These are instances i have
1. nsIWebBrowser
2. nsIWebNavigation
3. nsIPrintSettings
4. nsIBaseWindow
5. nsIWindowCreator
6. nsIWebBrowserPrint
7.
Please advice.
regards,
Krithika
Everything you're holding references to, once you're done with it....
-Boris
Do we need to release even when using javaxpcom.?If yes how?
Thanks in Advance,
Krithika
JavaXPCOM takes care of releasing XPCOM references whenever the
associated Java object is garbage collected.
javier pedemonte