note g_free() for write_to_memory result

see https://github.com/jcupitt/libvips/issues/929
This commit is contained in:
John Cupitt 2018-04-27 11:34:56 +01:00
parent 4d683559aa
commit dd07d6ab7d
1 changed files with 1 additions and 1 deletions

View File

@ -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().
*