Merge pull request #224 from lovell/resize-lucky-seven

Ensure resize operation has the required number of temp images
This commit is contained in:
John Cupitt 2015-01-22 13:37:22 +00:00
commit 932988d1c0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ vips_resize_build( VipsObject *object )
VipsResize *resize = (VipsResize *) object;
VipsImage **t = (VipsImage **)
vips_object_local_array( object, 6 );
vips_object_local_array( object, 7 );
VipsImage *in;
int window_size;