libgnome r3582 - in trunk: . libgnome



Author: kmaraas
Date: Tue Jan  8 11:15:49 2008
New Revision: 3582
URL: http://svn.gnome.org/viewvc/libgnome?rev=3582&view=rev

Log:
2008-01-08  Kjartan Maraas  <kmaraas gnome org>

	* libgnome/gnome-program.c: (gnome_program_finalize):
	Free list of accessibility modules. Closes bug #483770.

Modified:
   trunk/ChangeLog
   trunk/libgnome/gnome-program.c

Modified: trunk/libgnome/gnome-program.c
==============================================================================
--- trunk/libgnome/gnome-program.c	(original)
+++ trunk/libgnome/gnome-program.c	Tue Jan  8 11:15:49 2008
@@ -129,6 +129,7 @@
     PROP_LAST
 };
 
+static gboolean accessibility_invoke (GnomeProgram *program, gboolean init);
 static void gnome_program_finalize      (GObject           *object);
 
 static GQuark quark_get_prop = 0;
@@ -716,6 +717,8 @@
 		g_array_free (self->_priv->top_options_table, TRUE);
 	self->_priv->top_options_table = NULL;
 
+	g_slist_free (self->_priv->accessibility_modules);
+
 	GNOME_CALL_PARENT (G_OBJECT_CLASS, finalize, (object));
 }
 



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