Skip to main content

appscale_free_string

Function appscale_free_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn appscale_free_string(ptr: *mut c_char)
Expand description

Free a string returned by appscale_sync_call.

§Safety

ptr must have been returned by appscale_sync_call and not yet freed.