mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Fix warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user