[empathy: 1/2] Free params glist with mc_protocol_free_params_list instead of g_slist_free
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 1/2] Free params glist with mc_protocol_free_params_list instead of g_slist_free
- Date: Thu, 16 Jul 2009 15:30:23 +0000 (UTC)
commit 9ba64303ca4bd6f4cbdf268713c0af02a98b1afb
Author: Laurent Bigonville <bigon bigon be>
Date: Thu Jul 16 17:10:11 2009 +0200
Free params glist with mc_protocol_free_params_list instead of g_slist_free
libempathy-gtk/empathy-account-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index f602cd8..0c2c351 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -394,7 +394,7 @@ accounts_widget_generic_setup (EmpathyAccount *account,
g_free (param_name_formatted);
}
- g_slist_free (params);
+ mc_protocol_free_params_list (params);
g_object_unref (profile);
g_object_unref (protocol);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]