aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-16 23:30:10 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-16 23:30:10 +0800
commit19cc09b10307b7d5a03a48cd455c958a7419750f (patch)
tree2e10d5181c051c608d254c0f8e2a157ec493b8e9 /libempathy-gtk
parent133a7e7512781f4b1ad84ac97918547894b68f81 (diff)
parent9ba64303ca4bd6f4cbdf268713c0af02a98b1afb (diff)
downloadgsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar.gz
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar.bz2
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar.lz
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar.xz
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.tar.zst
gsoc2013-empathy-19cc09b10307b7d5a03a48cd455c958a7419750f.zip
Merge commit 'bigon/mc_free'
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index f602cd8bd..0c2c35177 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);
}