summaryrefslogtreecommitdiff
path: root/daemon/gdm-product-display.c
diff options
context:
space:
mode:
authorWang Xin <jedy.wang@sun.com>2010-06-17 13:39:33 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-17 13:43:24 -0400
commit32467c8c464680d582748f7dfb61c03d570a23b6 (patch)
tree7b3dd8c02cac2b37e2cb066a1e906f1de831292c /daemon/gdm-product-display.c
parent7b1e47a97d941c59599974ea421e68e1e682d70a (diff)
downloadgdm-32467c8c464680d582748f7dfb61c03d570a23b6.tar.gz
Various memory leak fixes
https://bugzilla.gnome.org/show_bug.cgi?id=620430 With help from Pablo Castellano
Diffstat (limited to 'daemon/gdm-product-display.c')
-rw-r--r--daemon/gdm-product-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/gdm-product-display.c b/daemon/gdm-product-display.c
index 5dbc4d16..9b68cb9a 100644
--- a/daemon/gdm-product-display.c
+++ b/daemon/gdm-product-display.c
@@ -244,6 +244,8 @@ gdm_product_display_finalize (GObject *object)
g_return_if_fail (product_display->priv != NULL);
+ g_free (product_display->priv->relay_address);
+
G_OBJECT_CLASS (gdm_product_display_parent_class)->finalize (object);
}