Removed erroneous free in tandy_close.
This commit is contained in:
parent
b1b59f0069
commit
b9da18252c
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ void tandy_close(void *p)
|
|||
{
|
||||
tandy_t *tandy = (tandy_t *)p;
|
||||
|
||||
free(tandy->vram);
|
||||
free(tandy);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue