mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimp: fix double free crash in gimp_drawable_get_thumbnail().
This commit is contained in:
parent
8e4850dafe
commit
274b734e61
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ gimp_drawable_get_thumbnail (GimpDrawable *drawable,
|
|||
thumb_width, thumb_height, thumb_bpp,
|
||||
alpha);
|
||||
|
||||
g_bytes_unref (data);
|
||||
return pixbuf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue