The emulator is reporting memory leaks in my code.  Is there something
wrong with allocating strings like this:

stringH = MemHandleNew(10);  
string = MemHandleLock(stringH);
// do some strcopys, etc.
MemHandleUnlock(stringH);

I really thought this was how you do strings.

Thanks.

Stephen Bentley
Middle Cross Software
[EMAIL PROTECTED]




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

Reply via email to