mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 12:32:52 +00:00
Fix memory leak in StatusBar::onProcessMessage().
This commit is contained in:
parent
51e558e1be
commit
3683e778d1
@ -655,6 +655,8 @@ bool StatusBar::onProcessMessage(JMessage msg)
|
||||
catch (LockedSpriteException&) {
|
||||
// Do nothing...
|
||||
}
|
||||
|
||||
jrect_free(rc);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user