changeset 694:788a58dab07a

th-libs function th_llist_free_func() was renamed to th_llist_free_func_data(). Fix references.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 20:48:15 +0200
parents 9ed896f7b531
children f1df1cf69a38
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sun Jan 05 10:47:49 2020 +0200
+++ b/main.c	Sun Jan 05 20:48:15 2020 +0200
@@ -2356,7 +2356,7 @@
     th_cfg_free(cfg);
     th_free(setHomeDir);
     th_free(setConfigDir);
-    th_llist_free_func(setIdleMessages, th_free);
+    th_llist_free_func_data(setIdleMessages, th_free);
     nn_userhash_free(nnUsers);
     nn_editbuf_free(editBuf);