summaryrefslogtreecommitdiffstats
path: root/src/htgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htgen.h')
-rw-r--r--src/htgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htgen.h b/src/htgen.h
index 9101e01..86bf7e9 100644
--- a/src/htgen.h
+++ b/src/htgen.h
@@ -263,8 +263,8 @@ void HT__NS(free)(HT__TYPE *ht)
HT__NS(clear)(ht);
- free(ht->table);
- free(ht);
+ HT_FREE(ht->table);
+ HT_FREE(ht);
}
void HT__NS(clear)(HT__TYPE *ht)