aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2025-09-23 13:23:55 +0200
committerSan Jacobs2025-09-23 13:23:55 +0200
commit0c09982fbbc554188ad4a048a136dced6981bacf (patch)
tree9d9c9ba81d720b8a13563e781410001f086bc09c /src/main.odin
parentcf89dd567e6007d4796da017107af8b19556bcc5 (diff)
downloadtafl-0c09982fbbc554188ad4a048a136dced6981bacf.tar.gz
tafl-0c09982fbbc554188ad4a048a136dced6981bacf.tar.bz2
tafl-0c09982fbbc554188ad4a048a136dced6981bacf.zip
Scissoring
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.odin b/src/main.odin
index caae860..f28fab4 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -103,6 +103,7 @@ main :: proc() {
}
t.render()
+ free_all(context.temp_allocator)
}
}