mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Merge branch 'nielsdg/fix-search-for-dbus-path-finish-leak' into 'master'
secret-paths: Fix a little memory leak See merge request GNOME/libsecret!109
This commit is contained in:
commit
5cabbdd237
@ -396,6 +396,7 @@ secret_collection_search_for_dbus_paths_finish (SecretCollection *collection,
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_variant_get (retval, "(^ao)", &paths);
|
g_variant_get (retval, "(^ao)", &paths);
|
||||||
|
g_clear_pointer (&retval, g_variant_unref);
|
||||||
return g_steal_pointer (&paths);
|
return g_steal_pointer (&paths);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user