# HG changeset patch # User Matti Hamalainen # Date 1423261996 -7200 # Node ID a6f175e301ccec2e9464bbe91de547cbd7829c6a # Parent 4cd94649475d12f478ec960f7667af0317b5643c Cosmetic. diff -r 4cd94649475d -r a6f175e301cc th_util.c --- a/th_util.c Sat Feb 07 00:19:43 2015 +0200 +++ b/th_util.c Sat Feb 07 00:33:16 2015 +0200 @@ -239,6 +239,7 @@ return res; } + void th_llist_free_func(th_llist_t *list, void (*freefunc)(void *data)) { th_llist_t *curr = list;