index
:
ilhare
master
Interactive list TUI
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.ha
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'main.ha')
-rw-r--r--
main.ha
1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.ha b/main.ha
index 3ef6b3c..c6403e2 100644
--- a/
main.ha
+++ b/
main.ha
@@ -158,4 +158,5 @@ export fn main() void = {
@fini fn finish() void = {
free(searchterm);
+ strings::freeall(itemscopy);
};