At 5:37 AM -0700 5/5/99, Fawcett, Mitch wrote:
>I'm sorry but I don't understand the reponse that Bob is giving. It sounds
>vital, so can someone elaborate. How does the error checking level relate
>to getting rid of extra chunks? And also what is meant be "OS
>cleanup-by-owner code to fix leaked chunks"?
I was replying to "Paul Dugas" <[EMAIL PROTECTED]>'s message, which was a
reply to you. In it, he 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
> {
> MenuBarPtr menu = MenuGetActiveMenu( );
> if ( menu != NULL )
> MenuDispose( menu );
> }
> #endif
I'm just saying do that, only leave out the #if check.
--Bob