summaryrefslogtreecommitdiff
path: root/table_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'table_darwin.m')
-rw-r--r--table_darwin.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/table_darwin.m b/table_darwin.m
index 5e7a9e6..f04aae8 100644
--- a/table_darwin.m
+++ b/table_darwin.m
@@ -42,6 +42,7 @@
ret = goTableDataSource_getValue(self->gotable, (intptr_t) row, colnum, &type);
switch (type) {
case colTypeImage:
+ // TODO free the returned image when done somehow
return (id) ret;
case colTypeCheckbox:
if (ret == NULL)