mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 06:16:21 +00:00
Shutdown now correctly handles connection
This commit is contained in:
@@ -87,7 +87,6 @@ chat_log_chat(const gchar * const login, gchar *other,
|
||||
void
|
||||
chat_log_close(void)
|
||||
{
|
||||
log_info("Closing down chat logs");
|
||||
g_hash_table_foreach(logs, (GHFunc) _close_file, NULL);
|
||||
g_time_zone_unref(tz);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user