Hi all,

As we know, we can create instance of the C++ XPCOM interface by:

var oVar = Components.classes["..."].createInstance(Components.interfaces....);

but, how can i calling the destructor manually?
Assigning  oVar=null in javascript won't call my destructor.


Please advice.
thanks
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to