I have traced is down to the proxy clazz being null. I am digging further into this. Any ideas why the proxy clazz would return null?
Christian Biesinger wrote:
William Buch wrote:
nsTestXPCFoo *newFoo = new nsTestXPCFoo(this);
You seem to never addref this object. Try inserting an NS_ADDREF(newFoo); line after this one.
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
