diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c index 279a16d..5afca86 100644 --- a/libsecret/secret-paths.c +++ b/libsecret/secret-paths.c @@ -1660,6 +1660,7 @@ collection_closure_free (gpointer data) CollectionClosure *closure = data; g_clear_object (&closure->cancellable); g_clear_object (&closure->prompt); + g_free (closure->collection_path); g_slice_free (CollectionClosure, closure); }