Bitmap: Fix mem leak

This commit is contained in:
Jonas Kulla 2014-09-29 10:30:16 +02:00
parent 9758e660c4
commit 9e64dff01c
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ struct BitmapPrivate
~BitmapPrivate()
{
SDL_FreeFormat(format);
pixman_region_fini(&tainted);
}