Address some minor stylish nits

This commit is contained in:
LemonBoy 2018-01-07 12:44:28 +01:00
commit 474ee8ee70
2 changed files with 7 additions and 7 deletions

View file

@ -444,8 +444,8 @@ static void sig_disconnected(IRC_SERVER_REC *server)
server->cap_active = NULL;
if (server->cap_supported) {
g_hash_table_destroy(server->cap_supported);
server->cap_supported = NULL;
g_hash_table_destroy(server->cap_supported);
server->cap_supported = NULL;
}
gslist_free_full(server->cap_queue, (GDestroyNotify) g_free);