mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-19 23:48:25 -04:00
Merge pull request #157 from joaquimrocha/fix_leak
Fix leak in flatpak-installed-ref
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user