Fix warnings

This commit is contained in:
Berke Viktor
2013-05-14 16:52:16 +02:00
parent a435e8648f
commit 947dd45294
4 changed files with 6 additions and 6 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, servlist_favchan_free);
g_slist_free_full (serv->favlist, (GDestroyNotify) servlist_favchan_free);
fe_server_callback (serv);