From: Ben Combee [mailto:[EMAIL PROTECTED]]
> inline void operator delete (void *ptr)
> {
>     MemPtrFree (ptr);
> }

Doesn't this require an "if (ptr != 0)" test first?  I don't believe the
compiler generates that test for you at the point of call.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to