Sorry to say this but an exception on MemPtrFree is almost always the program's fault. Try checking the pointer to see if its valid before calling MemPtrFree. Make sure you didn't over-bound the variable, i.e. allocate 10 bytes and stuff 11 chars into it. Also try posting some of your code.
----- Original Message ----- From: "Chris Massey" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 5:43 PM Subject: Still getting MemPtrFree errors ! > HI again... > > Tried everything I can....I allocate space using MemPtrNew, free it using > MemPtrFree. I get an exception on MemPtrFree, or memory leaks if I don't. > Any clues ? anybody else had this ? > > Chris > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
