At 12:12 PM -0700 5/4/99, Paul Dugas wrote:
>I had the same "issue" a while back.  To make sure it was the menu that was
>using the extra memory, I did the following before the leak check.
>
>      #if ERROR_CHECK_LEVEL == ERROR_CHECK_FULL

I don't understand why you would only want to do this with error checking
set to full?  Shouldn't you always get rid of your extra chunks??

It's bad form to rely on the OS cleanup-by-owner code to fix your leaked
chunks.

                                --Bob


Reply via email to