Fix memory leak in StatusBar::onProcessMessage().

This commit is contained in:
David Capello 2010-10-26 15:22:33 -07:00
parent 51e558e1be
commit 3683e778d1

View File

@ -655,6 +655,8 @@ bool StatusBar::onProcessMessage(JMessage msg)
catch (LockedSpriteException&) { catch (LockedSpriteException&) {
// Do nothing... // Do nothing...
} }
jrect_free(rc);
break; break;
} }