mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
secret-paths: Fix a little memory leak
This commit is contained in:
parent
c2921d0030
commit
b9e6394aff
@ -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