summaryrefslogtreecommitdiff
path: root/daemon/gdm-xdmcp-display-factory.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2009-02-17 19:35:30 +0000
committerBrian Cameron <bcameron@src.gnome.org>2009-02-17 19:35:30 +0000
commit43553cc8fb5261685ce5cd0f4fc8e530323bbcce (patch)
treea8bf8cbc5e95bf329e42e2b78cab6ef7f0d24a9a /daemon/gdm-xdmcp-display-factory.c
parent4a1d5fe7d126d495f910e06da3e4287923c2359b (diff)
downloadgdm-43553cc8fb5261685ce5cd0f4fc8e530323bbcce.tar.gz
Remove double free. Fixes bug #565018. Patch by William Jan Palenstijn
2009-02-17 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-xdmcp-display-factory.c: Remove double free. Fixes bug #565018. Patch by William Jan Palenstijn <wjp@usecode.org>. svn path=/trunk/; revision=6714
Diffstat (limited to 'daemon/gdm-xdmcp-display-factory.c')
-rw-r--r--daemon/gdm-xdmcp-display-factory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-xdmcp-display-factory.c b/daemon/gdm-xdmcp-display-factory.c
index 58cdf59c..aa68ae06 100644
--- a/daemon/gdm-xdmcp-display-factory.c
+++ b/daemon/gdm-xdmcp-display-factory.c
@@ -794,7 +794,6 @@ gdm_xdmcp_send_willing (GdmXdmcpDisplayFactory *factory,
s = get_willing_output (factory);
if (s != NULL) {
- g_free (last_status);
last_status = s;
} else {
last_status = g_strdup (factory->priv->sysid);