aboutsummaryrefslogtreecommitdiff
path: root/ht.c
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-02-14 12:40:50 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-02-14 12:40:50 -0600
commit5304bd492183726f2f14b7d4f2bf817184ae0fa0 (patch)
treefd44b968197c9256491fb9911921b59437706920 /ht.c
parentb5b4a5d66deefa3858bedf7bc58e6c96340e829b (diff)
fix memory leak
Diffstat (limited to 'ht.c')
-rw-r--r--ht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ht.c b/ht.c
new file mode 100644
index 0000000..d674af2
--- /dev/null
+++ b/ht.c
@@ -0,0 +1 @@
+#include "ht.h"