Fix missing call to FrameBase::Destroy().
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
6ca8aedcf2
commit
ad56874b0f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void uninitialiseEmulator()
|
|||
pMouseCard->Reset();
|
||||
}
|
||||
MemDestroy();
|
||||
GetVideo().Destroy();
|
||||
GetFrame().Destroy();
|
||||
|
||||
SpkrDestroy();
|
||||
MB_Destroy();
|
||||
|
|
Loading…
Add table
Reference in a new issue