Comment 5 for bug 1417637

Revision history for this message
In , Dednev (dednev) wrote :

Created attachment 112087
Fix for memory leak in EnumerateActions call results handler.

I've found, that policykit-1-0.105 in my Debian Wheezy doesn't release reference counters of GVariant data for org.freedesktop.PolicyKit1.Authority.EnumerateActions DBUS call resulting data.

See patch in attachment.
g_variant_ref_sink (child) call was odd in case of iterating array child items.