mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
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:
parent
43bbdc520d
commit
36b26b861f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user