gtranslator r3754 - trunk/src



Author: icq
Date: Mon Sep 22 09:46:54 2008
New Revision: 3754
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3754&view=rev

Log:
2008-09-02  Ignacio Casal Quinteiro  <nacho resa gmail com>

	* main.c (main):
	Fixed another memory leak.

Modified:
   trunk/src/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Mon Sep 22 09:46:54 2008
@@ -191,6 +191,8 @@
 		g_slist_free (file_list);
 	}
 	
+	g_option_context_free (context);
+	
 	/*
 	 * Enter main GTK loop
 	 */



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