From 5ca10f298a509f7b33213d0a0a5979de2d60697e Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 31 Oct 2022 10:13:31 -0400 Subject: [PATCH] Update TODO --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index 431eec3..9c7b85e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -59,6 +59,8 @@ Phase 2: Building a foundation [x] Allow logging to the syslog [ ] Fix bug where the socket stays open after quit. [ ] Figure out how to write unit tests for array/hashmap/etc +[ ] Fix memory leaks +[ ] Make memory info access O(1) Phase 3: Welcome to Matrix