mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Free source BitMap
This commit is contained in:
parent
82c4ea7686
commit
b2514d5270
@ -487,6 +487,7 @@ struct BitMap *ami_bitmap_get_palettemapped(struct bitmap *bitmap,
|
||||
PDTA_Screen, scrn,
|
||||
PDTA_ScaleQuality, nsoption_bool(scale_quality),
|
||||
PDTA_DitherQuality, nsoption_int(dither_quality),
|
||||
PDTA_FreeSourceBitMap, TRUE,
|
||||
TAG_DONE);
|
||||
|
||||
if((bitmap->width != width) || (bitmap->height != height)) {
|
||||
|
Loading…
Reference in New Issue
Block a user