oop typo
stray _unlock()
This commit is contained in:
parent
cbe0dcf797
commit
88deea9a09
@ -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 );
|
||||
|
||||
|
@ -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().
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user