[gnome-online-accounts] Free the markup



commit f04211409981d47a2598b7ded803f911633d89fd
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Mar 16 14:31:01 2012 +0100

    Free the markup

 src/goabackend/goaprovider.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/goaprovider.c b/src/goabackend/goaprovider.c
index 2b298a4..42cde1e 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -1161,6 +1161,7 @@ goa_util_add_account_info (GtkTable *table, GoaObject *object)
                             (identity == NULL || identity[0] == '\0') ? "\xe2\x80\x94" : identity);
   label = gtk_label_new (NULL);
   gtk_label_set_markup (GTK_LABEL (label), markup);
+  g_free (markup);
   gtk_table_attach (table, label, 1, 2, num_rows, num_rows + 1, GTK_FILL, GTK_FILL, 0, 0);
 
   gtk_table_set_row_spacing (table, num_rows, 12);



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