free some memory

This commit is contained in:
dborth 2009-04-15 06:42:31 +00:00
parent ed6ea8bc38
commit 4dd3cd05a2
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ GuiElement * GuiElement::GetParent()
{ {
return parentElement; return parentElement;
} }
/** /**
* Get the left position of the GuiElement. * Get the left position of the GuiElement.
* @see SetLeft() * @see SetLeft()

View File

@ -148,6 +148,7 @@ GuiFileBrowser::~GuiFileBrowser()
delete btnSoundOver; delete btnSoundOver;
delete btnSoundClick; delete btnSoundClick;
delete trigHeldA;
delete trigA; delete trigA;
for(int i=0; i<PAGESIZE; i++) for(int i=0; i<PAGESIZE; i++)