diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-18 23:04:14 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-18 23:04:14 -0500 |
| commit | 1d091637d8a958b648fe77dd1ce5a9760737dfc1 (patch) | |
| tree | 10126d366e05ed7328b60fe9149d6ac79a2b5904 /table_darwin.m | |
| parent | 8ec518dfe8813feebf8a408113499ec54254927a (diff) | |
Migrated the Mac OS X Table implementation. Untested due to VM issues.
Diffstat (limited to 'table_darwin.m')
| -rw-r--r-- | table_darwin.m | 1 |
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) |
