Merge branch 'master' into add-canny

This commit is contained in:
John Cupitt 2018-03-04 15:31:19 +00:00
commit bca2418d9a
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
12/2/18 started 8.6.3
- use pkg-config to find libjpeg, if we can
- better clean of output image in vips_image_write() fixes a crash
writing twice to memory
5/1/18 started 8.6.2
- vips_sink_screen() keeps a ref to the input image ... stops a rare race

View File

@ -2547,7 +2547,7 @@ vips_image_write( VipsImage *image, VipsImage *out )
vips_object_local( out, image );
}
else {
vips__reorder_clear( image );
vips__reorder_clear( out );
vips__link_break_all( out );
g_object_unref( image );
}