GNOME Bugzilla – Bug 752761
GtkMenu: Properly detach menu when the window is detached
Last modified: 2015-07-26 05:57:51 UTC
Without properly cleaning up GtkMenu private attach state (GtkMenuAttachData) when the attached widget is freed, we would end up with an invalid pointer to a freed widget. Trying to detach from that widget would cause a segmentation fault.
Created attachment 307967 [details] [review] GtkMenu: Properly detach menu when the window is detached
Review of attachment 307967 [details] [review]: Looks plausible.
Attachment 307967 [details] pushed as 955c1c7 - GtkMenu: Properly detach menu when the window is detached