I am dynamically changing the size of a memptr (type char **) so that I
don't use up more memory then I need.  However, when I call MemPtrFree(char
**) I get a fatal error.  I have circumvented this problem by simply giving
the char ** variable more memory than I know I'll need with it's initial
MemPtrNew(size) call.  However, I don't want to use this method because it's
consuming more memory than is necesary (bad)... anyone else had similar
problems?


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

Reply via email to