stray _unlock()
This commit is contained in:
John Cupitt 2012-07-15 06:05:34 +01:00
parent cbe0dcf797
commit 88deea9a09
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,6 @@ vips__link_break_all( VipsImage *image )
(VipsSListMap2Fn) vips__link_break, image, NULL );
vips_slist_map2( image->downstream,
(VipsSListMap2Fn) vips__link_break_rev, image, NULL );
g_mutex_unlock( vips__global_lock );
g_mutex_unlock( vips__global_lock );

View File

@ -2201,7 +2201,8 @@ vips__image_wio_output( VipsImage *image )
* @image: image to make read-write
*
* Gets @image ready for an in-place operation, such as im_insertplace().
* Operations like this both read and write with VIPS_IMAGE_ADDR().
* After calling this function you can both read and write the image with
* VIPS_IMAGE_ADDR().
*
* See also: im_insertplace(), vips_image_wio_input().
*