note g_free() for write_to_memory result
see https://github.com/jcupitt/libvips/issues/929
This commit is contained in:
parent
4d683559aa
commit
dd07d6ab7d
@ -2657,7 +2657,7 @@ vips_image_write_to_buffer( VipsImage *in,
|
||||
*
|
||||
* Writes @in to memory as a simple, unformatted C-style array.
|
||||
*
|
||||
* The caller is responsible for freeing this memory.
|
||||
* The caller is responsible for freeing this memory with g_free().
|
||||
*
|
||||
* See also: vips_image_write_to_buffer().
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user