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 786040 - program-choosing: fix double-free
program-choosing: fix double-free
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-09 10:44 UTC by Ernestas Kulik
Modified: 2017-08-09 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
program-choosing: fix double-free (1004 bytes, patch)
2017-08-09 10:44 UTC, Ernestas Kulik
committed Details | Review

Description Ernestas Kulik 2017-08-09 10:44:00 UTC
Fixes for https://bugzilla.gnome.org/show_bug.cgi?id=782109 introduced a
regression in that the Wayland window handle export data is now being
freed twice. This commit backports the fix for the regression.
Comment 1 Ernestas Kulik 2017-08-09 10:44:06 UTC
Created attachment 357248 [details] [review]
program-choosing: fix double-free
Comment 2 Carlos Soriano 2017-08-09 10:53:39 UTC
Review of attachment 357248 [details] [review]:

It was our fault after all :) thanks for the quick code!
Comment 3 Carlos Soriano 2017-08-09 10:54:38 UTC
(In reply to Carlos Soriano from comment #2)
> Review of attachment 357248 [details] [review] [review]:
> 
> It was our fault after all :) thanks for the quick code!

Ah not actually, so double thanks :P
Comment 4 Ernestas Kulik 2017-08-09 10:59:45 UTC
Attachment 357248 [details] pushed as 3f59ba2 - program-choosing: fix double-free