now passes valgrind

This commit is contained in:
John Cupitt 2012-12-14 14:58:17 +00:00
parent 27b9b92c60
commit f441e3c566
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ vips_affine_build( VipsObject *object )
*/
if( vips_image_generate( resample->out,
vips_start_one, vips_affine_gen, vips_stop_one,
resample->in, affine ) )
in, affine ) )
return( -1 );
/* Finally: can now set Xoffset/Yoffset.