mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +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&) {
|
catch (LockedSpriteException&) {
|
||||||
// Do nothing...
|
// Do nothing...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jrect_free(rc);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user