summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-04-08 01:30:01 +0000
committerRay Strode <halfline@src.gnome.org>2008-04-08 01:30:01 +0000
commit6e74510fdd394b1be0683756b4a20217af378640 (patch)
treec3ed8a08b0520d358e2a9e6d536af1df365639d0 /daemon
parent6aa84fe6133cdb02818af212fd48b9536d714fc7 (diff)
downloadgdm-6e74510fdd394b1be0683756b4a20217af378640.tar.gz
Plug tiny leak
2008-04-07 Ray Strode <rstrode@redhat.com> * gui/simple-greeter/gdm-session-direct.c (get_session_command_for_name): Plug tiny leak svn path=/trunk/; revision=6130
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm-session-direct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index 9042d7d0..bc529418 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -972,6 +972,7 @@ get_session_command_for_name (const char *name,
command = NULL;
res = get_session_command_for_file (filename, command);
+ g_free (filename);
return res;
}