mirror of https://github.com/GNOME/gimp.git
Bug 593576 - PDF Import filter: crashes when importing large image PDF or specifying high resolution
This commit is contained in:
parent
9279f173ca
commit
adae3882d2
|
@ -299,7 +299,7 @@ gimp_layer_new_from_surface (gint32 image_ID,
|
|||
GimpPixelRgn rgn;
|
||||
const guchar *pixels;
|
||||
gpointer pr;
|
||||
gint rowstride;
|
||||
gsize rowstride;
|
||||
guint count = 0;
|
||||
guint done = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue