Fix missing call to FrameBase::Destroy().

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-01-14 14:39:37 +00:00
parent 6ca8aedcf2
commit ad56874b0f

View file

@ -97,7 +97,7 @@ void uninitialiseEmulator()
pMouseCard->Reset();
}
MemDestroy();
GetVideo().Destroy();
GetFrame().Destroy();
SpkrDestroy();
MB_Destroy();