summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
author2lag <96544487+2lag@users.noreply.github.com>2026-08-08 17:33:36 +0200
committer2lag <96544487+2lag@users.noreply.github.com>2026-08-08 17:33:36 +0200
commit2973df584978d9aae6f164ce0204179c8a28b3ae (patch)
treec1b793c8e0d17aeb66c5197bc28acca84b2c98ab /src/main.cpp
parente540910745aad31378452eec25aacfb3f346191a (diff)
console, textbox changes, some other shit
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 451c014..b4d5a88 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -44,5 +44,7 @@ int main(int argc, char* argv[]) {
}
game_destroy( game );
+ free( canvas );
+ canvas = 0;
return 0;
}