On 11/2/09 8:31 PM, Boris Zbarsky wrote:
http://tkgecko.svn.sourceforge.net/viewvc/tkgecko/tkgecko/src/

It might help to carefully trace through the functions you're executing. I can't tell from here which they are, but for example Browser::GetEncoder leaks |doc|. Browser::SaveDocument leaks |document|.

I can't find your QueueEvent implementation, but this code in DOM::DOM:

   39     mBrowser->QueueEvent(&p, "get_document");
   40     document = p.document;

looks possibly suspect to me, depending on how your get_document is impemented.

-Boris
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to