mirror of https://github.com/stella-emu/stella.git
Fix memory leak.
This commit is contained in:
parent
ce993427d1
commit
8ceeb0acbe
|
@ -157,7 +157,7 @@ void FBSurfaceSDL2::invalidate()
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
void FBSurfaceSDL2::free()
|
||||
{
|
||||
myBlitter.release();
|
||||
myBlitter.reset();
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue