patch by Kjartan Maraas <kmaraas@gnome.org> to fix a leak (Closes:

2005-02-09  Sebastien Bacher  <seb128@debian.org>

        * gnome-settings-keyboard-xkb.c: (gnome_settings_chk_file_list):
        patch by Kjartan Maraas <kmaraas@gnome.org> to fix a leak
        (Closes: #166796).
This commit is contained in:
Sebastien Bacher 2005-02-09 15:23:04 +00:00 committed by Sebastien Bacher
parent 98966780d0
commit 9291b1c786
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-02-09 Sebastien Bacher <seb128@debian.org>
* gnome-settings-keyboard-xkb.c: (gnome_settings_chk_file_list):
patch by Kjartan Maraas <kmaraas@gnome.org> to fix a leak
(Closes: #166796).
2005-02-03 Sergey V. Udaltsov <svu@gnome.org>
* gnome-settings-keyboard-xkb.c: fix #165018

View file

@ -280,6 +280,7 @@ gnome_settings_chk_file_list (void)
file_list = g_slist_append (file_list, g_strdup (fname));
}
}
g_dir_close (homeDir);
last_login_file_list = gconf_client_get_list (confClient, KNOWN_FILES_KEY, GCONF_VALUE_STRING, NULL);