summaryrefslogtreecommitdiff
path: root/src/fype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fype.c')
-rw-r--r--src/fype.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fype.c b/src/fype.c
index 1b6d975..af61c1d 100644
--- a/src/fype.c
+++ b/src/fype.c
@@ -61,7 +61,9 @@ fype_delete(Fype *p_fype) {
hash_iterate(p_fype->p_hash_syms, symbol_cleanup_hash_syms_cb);
hash_delete(p_fype->p_hash_syms);
- list_iterate(p_fype->p_list_token, token_delete_force_cb);
+ //list_iterate(p_fype->p_list_token, token_print_cb);
+ list_iterate(p_fype->p_list_token, token_ref_down_cb);
+ //list_iterate(p_fype->p_list_token, token_print_cb);
list_delete(p_fype->p_list_token);
if (p_fype->c_basename)