network-manager-applet r1017 - trunk/src/connection-editor



Author: dcbw
Date: Thu Nov 13 21:20:31 2008
New Revision: 1017
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1017&view=rev

Log:
Fix memory leak

Modified:
   trunk/src/connection-editor/vpn-helpers.c

Modified: trunk/src/connection-editor/vpn-helpers.c
==============================================================================
--- trunk/src/connection-editor/vpn-helpers.c	(original)
+++ trunk/src/connection-editor/vpn-helpers.c	Thu Nov 13 21:20:31 2008
@@ -211,6 +211,7 @@
 	import_info.connection = NULL;
 	import_info.error = NULL;
 	g_hash_table_foreach (plugins, try_import, (gpointer) &import_info);
+	g_free (import_info.filename);
 
 	connection = import_info.connection;
 	if (connection) {



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