After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753951 - Don't destroy attached menus
Don't destroy attached menus
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2015-08-21 21:57 UTC by Matthias Clasen
Modified: 2015-08-22 05:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't destroy attached menus (1.36 KB, patch)
2015-08-21 21:57 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2015-08-21 21:57:49 UTC
The documentation for gtk_menu_attach_to_widget states that
attached menus are destroyed together with their attach_widget,
like child widgets. Destroying them manually leads to bad things,
such as segfaults.
Comment 1 Matthias Clasen 2015-08-21 21:57:52 UTC
Created attachment 309848 [details] [review]
Don't destroy attached menus
Comment 2 Paolo Bacchilega 2015-08-22 05:21:48 UTC
patch pushed to master, thank you.