[empathy] contact_widget_details_update_edit: free the list returned by tp_contact_get_contact_info()



commit c58139d810f6fc2b52637ae19839b92c3063bb78
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Sep 24 10:31:33 2010 +0200

    contact_widget_details_update_edit: free the list returned by tp_contact_get_contact_info()

 libempathy-gtk/empathy-contact-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 4bd1366..3206af4 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -339,6 +339,7 @@ contact_widget_details_update_edit (EmpathyContactWidget *information)
       n_rows++;
     }
   g_list_free (specs);
+  g_list_free (info);
 
   return n_rows;
 }



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