mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Bitmap: Fix mem leak
This commit is contained in:
parent
9758e660c4
commit
9e64dff01c
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ struct BitmapPrivate
|
|||
|
||||
~BitmapPrivate()
|
||||
{
|
||||
SDL_FreeFormat(format);
|
||||
pixman_region_fini(&tainted);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue