From f9b940f698069ab3396b8e8a1b269b47f56b09e5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 6 Jan 2016 20:39:47 -0500 Subject: [PATCH] More TODOs. --- darwin/map.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/map.m b/darwin/map.m index 4d36fd9e..899865ca 100644 --- a/darwin/map.m +++ b/darwin/map.m @@ -1,7 +1,7 @@ // 17 august 2015 #import "uipriv_darwin.h" -// TODO are the NSValues being garbage collected underfoot? open menuless window and check the checkbox +// TODO are the NSValues (or worse, the NSMapTable) being garbage collected underfoot? open menuless window and check the checkbox; crash the package ui test when closing the main window; etc. // unfortunately NSMutableDictionary copies its keys, meaning we can't use it for pointers // hence, this file