mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Fix some leaks
This commit is contained in:
@@ -108,7 +108,7 @@ void GraphicsResources::init(void)
|
||||
}
|
||||
|
||||
|
||||
GraphicsResources::~GraphicsResources(void)
|
||||
void GraphicsResources::destroy(void)
|
||||
{
|
||||
SDL_FreeSurface(im_tiles);
|
||||
SDL_FreeSurface(im_tiles2);
|
||||
|
||||
Reference in New Issue
Block a user