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:
parent
98966780d0
commit
9291b1c786
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue