[gnome-bluetooth] Fix small memleak in the test-client



commit 2ff30a2c5aa0a8a99fa00d4f090f319cee2dd4f2
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 24 20:31:33 2009 +0100

    Fix small memleak in the test-client
---
 common/test-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/test-client.c b/common/test-client.c
index 558fdf5..22cf197 100644
--- a/common/test-client.c
+++ b/common/test-client.c
@@ -132,7 +132,7 @@ static void uuids_to_text(GtkTreeViewColumn *column, GtkCellRenderer *cell,
 		str = NULL;
 	else
 		str = g_strjoinv (", ", uuids);
-	g_free (uuids);
+	g_strfreev (uuids);
 
 	g_object_set(cell, "text", str, NULL);
 	g_free (str);



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