pt_image_free

Function pt_image_free 

Source
pub unsafe extern "C" fn pt_image_free(image: *mut pt_image)
Expand description

Free a traced memory image.

The @image must have been allocated with pt_image_alloc(). The @image must not be used after a successful return.