mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +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);
|
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->url) nsurl_unref(bm->url);
|
||||||
if(bm->title) free(bm->title);
|
if(bm->title) free(bm->title);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user