Fix initial autojoins and some erroneous copies/frees

This commit is contained in:
Berke Viktor
2013-05-14 16:40:32 +02:00
parent 7cdfeff204
commit a435e8648f
6 changed files with 131 additions and 12 deletions

View File

@@ -2031,7 +2031,7 @@ server_free (server *serv)
if (serv->encoding)
free (serv->encoding);
if (serv->favlist)
g_slist_free_full (serv->favlist, g_free);
g_slist_free_full (serv->favlist, servlist_favchan_free);
fe_server_callback (serv);