Function WebPPictureFree

Source
pub unsafe extern "C" fn WebPPictureFree(picture: *mut WebPPicture)
Expand description

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.