mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-30 18:41:23 -05:00
flatpak_installation_list_unused_refs: Fix leak
This commit is contained in:
committed by
Alexander Larsson
parent
e6c8e796ca
commit
aabcbfa586
@@ -3258,7 +3258,7 @@ flatpak_installation_list_unused_refs (FlatpakInstallation *self,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
FlatpakDir *dir;
|
||||
g_autoptr(FlatpakDir) dir = NULL;
|
||||
g_autoptr(GHashTable) refs_hash = NULL;
|
||||
g_autoptr(GPtrArray) refs = NULL;
|
||||
g_auto(GStrv) app_refs = NULL;
|
||||
|
||||
Reference in New Issue
Block a user