Bug 593576 - PDF Import filter: crashes when importing large image PDF or specifying high resolution

This commit is contained in:
Massimo Valentini 2017-02-19 20:48:39 +01:00 committed by Michael Schumacher
parent 9279f173ca
commit adae3882d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;