If memory serves (um, no pun intended) the PalmOS is going to clean up any
memory owned by your application when it exits.  If that's choking, you
might want to make sure you've not over/underrun any bounds and trashed some
of the data structures it's going to be relying on.  Also look for any
blocks allocated that aren't freed before the app exits.

  -P

> -----Original Message-----
> From: DCU [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 06, 2000 3:31 PM
> To: Palm Developer Forum
> Subject: MemHeapFreeByOwnerID ???????
> 
> 
> Hello,
> 
> I am getting a Fatal Exception error upon exiting my app. 
> When I debug it,
> the error is MemHeapFreeByOwnerID?
> 
> Does anybody know what can cause this type of error??
> 
> Alex Rodriguez
> Data Collections Unlimited
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
> 

-- 
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