From 732d13aa09e8d6520e0e85082c6b0a5ac326efc3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 6 May 2015 00:54:57 -0400 Subject: [PATCH] More big TODOs. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index f5eb8ec1..62c28dc6 100644 --- a/TODO.md +++ b/TODO.md @@ -59,6 +59,7 @@ - is binSetOSParent() even needed? - readd the allocation tracking as just a list of pointers - add a final cleanup function (uiUninit() or uiCleanup()) +- whenever a list of things is destroyed, each successive item must be removed as it is destroyed, otherwise we might wind up in a situation where we access items after they're freed ultimately: - add some sort of runtime type checking