Skip to content

secret-paths: Fix a little memory leak

After extracting the string list from the GVariant in secret_collection_search_for_dbus_paths_finish, we didn't release the GVariant itself.

Merge request reports