aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ttt.jai3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 612e6b6..2dbc5eb 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1194,6 +1194,9 @@ prompt_user_key :: (y: int, message: string) -> TUI.Key {
main :: () {
+// TODO WIP WIP WIP WIP WIP WIP WIP WIP - make some tests to see how auto_release_temporary works... check if something allocated right before are kept or discarddled... and how temp allocated StringBuilder behaves...
+
+
#if DEBUG_MEMORY {
defer report_memory_leaks(); // TODO Remove after final debug sessions.
}