Removed erroneous free in tandy_close.

This commit is contained in:
TomW 2014-01-02 16:58:32 +00:00
commit b9da18252c

View file

@ -677,7 +677,6 @@ void tandy_close(void *p)
{
tandy_t *tandy = (tandy_t *)p;
free(tandy->vram);
free(tandy);
}