mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
secret-tool: Fix memleak
This commit is contained in:
parent
e9f811ea41
commit
4d39dd13e0
@ -475,6 +475,7 @@ secret_tool_action_search (int argc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_list_free_full (items, g_object_unref);
|
g_list_free_full (items, g_object_unref);
|
||||||
|
g_main_loop_unref (loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_hash_table_unref (attributes);
|
g_hash_table_unref (attributes);
|
||||||
|
Loading…
Reference in New Issue
Block a user