summaryrefslogtreecommitdiff
path: root/common/flatpak-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/flatpak-remote.c')
-rw-r--r--common/flatpak-remote.c7
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);
}