Skip navigation.
 
mlContextual Menu Setting
FROM : Lucas M. Haley
DATE : Fri Nov 01 00:57:49 2002

Heya all --

I'm trying to set a menu to be the contextual menu for a table. In IB I've set up the menu and targets, and in the document's awakeFromNib I call:

[attributesTable setMenu:attributesMenu];

which seems to work well. I get a strange error when the app runs, and I control-click on the table:

*** malloc[700]: Deallocation of a pointer not malloced: 0x1c1e45c; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

am I missing something? Forget to do something?

Thanks for any help!

-Lucas Haley
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlContextual Menu Setting Lucas M. Haley Nov 1, 00:57
mlRe: Contextual Menu Setting ssudre2 Nov 1, 10:49