mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 01:44:42 +03:00
Avoid calling bitmap_modified with NULL.
This commit is contained in:
parent
716b50062b
commit
8e66adaade
@ -502,6 +502,7 @@ png_cache_convert_error:
|
||||
|
||||
free((png_bytep *) row_pointers);
|
||||
|
||||
if (bitmap != NULL)
|
||||
bitmap_modified((struct bitmap *)bitmap);
|
||||
|
||||
return (struct bitmap *)bitmap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user