when loading a BMP image with an invalid compression value. The invalid compression check was missing a goto out (error exit) causing the GError to be overwritten, which caused a GLib warning. We add the missing goto statement here. |
||
|---|---|---|
| .. | ||
| bmp-load.c | ||
| bmp-load.h | ||
| bmp-save.c | ||
| bmp-save.h | ||
| bmp.c | ||
| bmp.h | ||
| meson.build | ||