char *msg1 = "EX4369";[...]
else
{
*_retval = msg1;
}
I'm surprised you don't see any crashes here, probably this codepath is never taken; but if it is taken, you will crash, because the caller will free the retval, and that won't work here.
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
