gnome-control-center r9196 - trunk/capplets/keyboard



Author: svu
Date: Sun Jan 11 01:10:09 2009
New Revision: 9196
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9196&view=rev

Log:
memleak fixed

Modified:
   trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c

Modified: trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c
==============================================================================
--- trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c	(original)
+++ trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c	Sun Jan 11 01:10:09 2009
@@ -351,6 +351,9 @@
 		gtk_box_pack_start_defaults (GTK_BOX (vbox), option_check);
 		option_checks_list = option_checks_list->next;
 	}
+	/* free it */
+	g_slist_free (option_checks_list);
+	option_checks_list = NULL;
 
 	xkb_options_expander_highlight ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]