Nicolas Weber wrote:
How are you allocating them? nsString is just a class. If you allocate an instance with operator new, then you will need to use operator free to destroy the instance.
You intended to write "operator delete" instead of "operator free" (?).
- Nico
Nico, yeah... I meant "operator delete" instead. Please excuse the typo! ;-)
-Darin _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
