mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 09:46:22 +00:00
avoid double allocaion of session_started
This commit is contained in:
@@ -205,7 +205,6 @@ chat_log_init(void)
|
|||||||
void
|
void
|
||||||
groupchat_log_init(void)
|
groupchat_log_init(void)
|
||||||
{
|
{
|
||||||
session_started = g_date_time_new_now_local();
|
|
||||||
log_info("Initialising groupchat logs");
|
log_info("Initialising groupchat logs");
|
||||||
groupchat_logs = g_hash_table_new_full(g_str_hash, (GEqualFunc) _key_equals, g_free,
|
groupchat_logs = g_hash_table_new_full(g_str_hash, (GEqualFunc) _key_equals, g_free,
|
||||||
(GDestroyNotify)_free_chat_log);
|
(GDestroyNotify)_free_chat_log);
|
||||||
|
|||||||
Reference in New Issue
Block a user