Fixed memory leaking of TabWidget. (thanks to jvprat for pointing out)

svn-id: r29475
This commit is contained in:
Johannes Schickel 2007-11-11 11:08:58 +00:00
parent 2387a642e5
commit 2f062ff616

View File

@ -79,6 +79,7 @@ TabWidget::~TabWidget() {
_tabs[i].firstWidget = 0;
}
_tabs.clear();
delete _navRight;
}
int16 TabWidget::getChildY() const {