aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a2c63ed..3701cf5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -108,7 +108,7 @@ main(int argc, char **argv)
free(out);
cleanup3:
- b_slist_free_full(s, blogc_source_free);
+ b_slist_free_full(s, (b_free_func_t) b_trie_free);
cleanup2:
blogc_template_free_stmts(l);
blogc_error_free(err);