mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Address some minor stylish nits
This commit is contained in:
parent
fed791ed91
commit
474ee8ee70
2 changed files with 7 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue