Hi,

I'm using ubuntu 8.04.1, xulrunner 1.9 and my application is linked
against libxpcomglue.
I embedded mozilla using gtk. So far it works and any requested
websites are displayed.
However if i call LoadURI about 1000 times on the same interface i get
an NS_ERROR_OUT_OF_MEMORY error.

The actual call looks like this:
m_hWebNavigation-
>LoadURI(NS_ConvertASCIItoUTF16(sUrl).get(),nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE|
nsIWebNavigation::LOAD_FLAGS_BYPASS_HISTORY,0,0,0);

Any ideas what this is about or how i can free the lost memory
manually between calls?

Thanks in advance.
Michael
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to