On Fri, 04 Aug 2006 02:00:34 +0800, Igor <[EMAIL PROTECTED]> wrote:

  nsIServiceManager* service_manager;
here you should use nsCOMPtr<nsIServiceManager> service_manager,using this smart pointer ,so you don't have to worry about possible memory leaking


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to