--- Software <[EMAIL PROTECTED]> wrote: > >MemoryMgr.c line 4359 > > Free Handle > > If you go to the PalmSource Inc. Resource Pavilion and sign > up for access to limited Palm OS source code, then you can > download it. Open the MemoryMgr.c file (6764 lines), then go > to line 4359 and see that a declaration of MemChunkHeaderPtr > is there. > > This clue should help guide you in searching your code for the > problem.
Gary, I think he'll probably get a better clue if he looks at the 3.5 source instead of the 4.0 source. The "Free handle" error occurs on line 4359 of MemoryMgr.c in the 3.5 source. (In the 4.0 source, the equivalent code is on line 4384.) Regardless, when the Memory Manager needs to check the validity of a chunk handle, this error occurs if it can't get a pointer to the chunk header. __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
