secret-tool: Fix memleak

This commit is contained in:
Daiki Ueno 2019-08-21 14:47:21 +02:00
parent e9f811ea41
commit 4d39dd13e0

View File

@ -475,6 +475,7 @@ secret_tool_action_search (int argc,
}
g_list_free_full (items, g_object_unref);
g_main_loop_unref (loop);
}
g_hash_table_unref (attributes);