transactions: Fix leak

tingping/wmclass
Alexander Larsson 2016-12-19 13:53:00 +01:00
parent 5a12917a2f
commit 4ef4a7d982
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ flatpak_transaction_add_install_oci (FlatpakTransaction *self,
const char *all_paths[] = { NULL };
g_autofree char *remote = NULL;
g_autofree char *title = NULL;
g_autofree char **parts = NULL;
g_auto(GStrv) parts = NULL;
g_autofree char *id = NULL;
registry = flatpak_oci_registry_new (uri, FALSE, -1, NULL, error);