Thanks. Now I really know what causes the memory leak! They are two small buffers I allocate with MemPtrNew, not the DmGetRecord without DmReleaseRecord the other people has suspected! I have been crazy try to locate these elsewhere thanks to the suggestive warning provided by POSE. :-) Great work!
I don't see the option in the man page. Is there any other documentation better than that? Max --- Keith Rollin <[EMAIL PROTECTED]> wrote: > Yes...you're missing the correct option. :-) Look up -mdebug-labels > in your documentation. > > -- Keith > > At 6:19 PM -0800 2/15/02, Max Bian wrote: > >Hi. > > > >I just recompiled with the -g switch and the result is the same. Am I > missing > >anything? > > > >Max > >--- Scott Johnson <[EMAIL PROTECTED]> wrote: > >> > From: Max Bian [mailto:[EMAIL PROTECTED]] > >> > it detected two memory leaks. However I don't understand > >> > what they mean. The full log file is here: > >> > How do I make sense of stuff like "<Unknown @ 0x00051E52>"? > >> > >> It means you should rebuild your app with debug symbols on, so POSE can > show > >> the actual function names in the call stack. > >> > > > -slj- ===== http://www.weirdwww.com/ __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
