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 _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
