[empathy/mc5] Don't free the icon name that we don't own



commit d2b306d115c9c7b46da2e2018e061aa38e6397bf
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sat Aug 22 16:04:26 2009 +0100

    Don't free the icon name that we don't own

 src/empathy-accounts-dialog.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 43acfbc..408feaa 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -244,8 +244,6 @@ account_dialog_create_settings_widget (EmpathyAccountsDialog *dialog,
 
   accounts_dialog_update_name_label (dialog,
       empathy_account_settings_get_display_name (settings));
-
-  g_free (icon_name);
 }
 
 static void



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