Skip to main content

cdio_destroy

Function cdio_destroy 

Source
pub unsafe extern "C" fn cdio_destroy(p_cdio: *mut CdIo_t)
Expand description

Free any resources associated with \p p_cdio. Call this when done using p_cdio and using CD reading/control operations.

@param p_cdio the CD object to eliminated.