Implemented uiControlDestroy() for uiTable on OS X.
This commit is contained in:
parent
095e63d522
commit
a37fdadbd7
|
@ -163,7 +163,9 @@ static void uiTableDestroy(uiControl *c)
|
|||
{
|
||||
uiTable *t = uiTable(c);
|
||||
|
||||
// TODO
|
||||
[t->m->tables removeObject:t->tv];
|
||||
uiprivScrollViewFreeData(t->sv, t->d);
|
||||
[t->tv release];
|
||||
[t->sv release];
|
||||
uiFreeControl(uiControl(t));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue