Function libwebp_sys::WebPFreeDecBuffer
source · pub unsafe extern "C" fn WebPFreeDecBuffer(buffer: *mut WebPDecBuffer)
Expand description
Free any memory associated with the buffer. Must always be called last. Note: doesn’t free the ‘buffer’ structure itself.