gnome-bluetooth r340 - trunk/common



Author: hadess
Date: Wed Feb 25 14:41:09 2009
New Revision: 340
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=340&view=rev

Log:
Fix simple memleak

Which was leaking quite a bit of memory actually.

Modified:
   trunk/common/bluetooth-client.c

Modified: trunk/common/bluetooth-client.c
==============================================================================
--- trunk/common/bluetooth-client.c	(original)
+++ trunk/common/bluetooth-client.c	Wed Feb 25 14:41:09 2009
@@ -396,6 +396,7 @@
 
 			goto done;
 		}
+		g_free (value);
 
 		cont = gtk_tree_model_iter_next(GTK_TREE_MODEL(priv->store), &iter);
 	}



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