mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Merge branch '86Box:master' into feature/4gpv5
This commit is contained in:
commit
3c179d3b56
1 changed files with 4 additions and 2 deletions
|
@ -311,8 +311,10 @@ contaq_82c59x_close(void *priv)
|
|||
{
|
||||
contaq_82c59x_t *dev = (contaq_82c59x_t *) priv;
|
||||
|
||||
smram_del(dev->smram[1]);
|
||||
smram_del(dev->smram[0]);
|
||||
if (dev->green) {
|
||||
smram_del(dev->smram[1]);
|
||||
smram_del(dev->smram[0]);
|
||||
}
|
||||
|
||||
free(dev);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue