[][src]Function libipt_sys::pt_image_free

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

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.