mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Fix initial autojoins and some erroneous copies/frees
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, g_free);
|
||||
g_slist_free_full (serv->favlist, servlist_favchan_free);
|
||||
|
||||
fe_server_callback (serv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user