diff options
author | Patrick <pgriffis@igalia.com> | 2023-01-07 18:48:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-07 18:48:28 -0600 |
commit | e110bf7c7fc28ede5bde59a8a28cfe8b163595e4 (patch) | |
tree | 63283a96075325e86b37c3d57a7aaa1c9d2eb4e0 /common/flatpak-remote.c | |
parent | b61a6d836c30d446c707f50585f7a91a8ae1857d (diff) | |
parent | 523cedc27509779e7e815806e53361d5fe7e0bd4 (diff) | |
download | flatpak-appstreamcli-compose.tar.gz |
Merge branch 'main' into appstreamcli-composeappstreamcli-compose
Diffstat (limited to 'common/flatpak-remote.c')
-rw-r--r-- | common/flatpak-remote.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/flatpak-remote.c b/common/flatpak-remote.c index 42afcc06..c13d6c29 100644 --- a/common/flatpak-remote.c +++ b/common/flatpak-remote.c @@ -1,4 +1,4 @@ -/* +/* vi:set et sw=2 sts=2 cin cino=t0,f0,(0,{s,>2s,n-s,^-s,e-s: * Copyright © 2015 Red Hat, Inc * * This program is free software; you can redistribute it and/or @@ -120,6 +120,11 @@ flatpak_remote_finalize (GObject *object) g_free (priv->local_title); g_free (priv->local_default_branch); g_free (priv->local_main_ref); + g_free (priv->local_filter); + g_free (priv->local_comment); + g_free (priv->local_description); + g_free (priv->local_homepage); + g_free (priv->local_icon); G_OBJECT_CLASS (flatpak_remote_parent_class)->finalize (object); } |