Merge pull request #157 from joaquimrocha/fix_leak

Fix leak in flatpak-installed-ref
This commit is contained in:
Alexander Larsson
2016-06-28 15:28:07 +02:00
committed by GitHub

View File

@@ -68,6 +68,7 @@ flatpak_installed_ref_finalize (GObject *object)
FlatpakInstalledRefPrivate *priv = flatpak_installed_ref_get_instance_private (self);
g_free (priv->origin);
g_free (priv->latest_commit);
g_free (priv->deploy_dir);
g_strfreev (priv->subpaths);