Skip to main content

sqlglot_free

Function sqlglot_free 

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

Free a string previously returned by any sqlglot_* function.

Passing NULL is safe and results in a no-op.