Update to test ExtMem on OS4.1FEU1

Mostly works, but falls over when there are lots of tiny GIF anims on screen
This commit is contained in:
Chris Young 2016-12-31 14:17:22 +00:00
parent 43bbdc520d
commit 36b26b861f

View File

@ -230,11 +230,6 @@ void amiga_bitmap_destroy(void *bitmap)
ami_memory_clear_free(bm->pixdata);
}
<<<<<<< HEAD
=======
if(bm->drawhandle) ReleaseDrawHandle(bm->drawhandle);
>>>>>>> Fix merge error
if(bm->url) nsurl_unref(bm->url);
if(bm->title) free(bm->title);