[][src]Function webp_dev::sys::webp::webp_picture_free

pub unsafe fn webp_picture_free(picture: *mut WebPPicture)

Release the memory allocated by WebPPictureAlloc() or WebPPictureImport*().

Note that this function does not free the memory used by the 'picture' object itself. Besides memory (which is reclaimed) all other fields of 'picture' are preserved.