flatpak / libportal

libportal - Flatpak portal library
https://libportal.org
GNU Lesser General Public License v3.0
82 stars 40 forks source link

portal-helpers: Unref correct object #42

Closed GeorgesStavracas closed 3 years ago

GeorgesStavracas commented 3 years ago

xdp_parent_free() was calling g_object_unref() at the 'data' field of _XdpParent, but the actual GObject field is 'object'.

Unref the correct field, 'object', instead of the 'data' field.