]> git.0d.be Git - empathy.git/commitdiff
Free params glist with mc_protocol_free_params_list instead of g_slist_free
authorLaurent Bigonville <bigon@bigon.be>
Thu, 16 Jul 2009 15:10:11 +0000 (17:10 +0200)
committerLaurent Bigonville <bigon@bigon.be>
Thu, 16 Jul 2009 15:10:11 +0000 (17:10 +0200)
libempathy-gtk/empathy-account-widget.c

index f602cd8bda74237a9754ead352c3d399e32cafdf..0c2c351775f9f670877fe3643d9125b87b76fc82 100644 (file)
@@ -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);
 }