summaryrefslogtreecommitdiff
path: root/src/fype.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
committerPaul Buetow <paul@buetow.org>2008-10-14 20:38:27 +0000
commitd527f50159f056dc165fa7eaf7bf80425a1e758d (patch)
tree03e8aa97c25fbc014876e5113dd66d4a44adac4d /src/fype.c
parent71185ab0ab0b08b4d5bb2e750ff85e11f105a453 (diff)
GC removed, temporaly
Diffstat (limited to 'src/fype.c')
-rw-r--r--src/fype.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fype.c b/src/fype.c
index af61c1d..1b6d975 100644
--- a/src/fype.c
+++ b/src/fype.c
@@ -61,9 +61,7 @@ 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_print_cb);
- list_iterate(p_fype->p_list_token, token_ref_down_cb);
- //list_iterate(p_fype->p_list_token, token_print_cb);
+ list_iterate(p_fype->p_list_token, token_delete_force_cb);
list_delete(p_fype->p_list_token);
if (p_fype->c_basename)