2
0
Fork 0

[log] fix small mem leak

personal/stbuehler/wip
Stefan Bühler 2013-08-22 13:16:59 +02:00
parent cebb8df82c
commit 898e0c4687
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ void li_log_cleanup(liServer *srv) {
g_thread_join(srv->logs.thread);
}
g_static_mutex_free(&srv->logs.write_queue_mutex);
li_radixtree_free(srv->logs.targets, NULL, NULL);
g_string_free(srv->logs.timestamp.format, TRUE);