Skip to main content

laminar_string_free

Function laminar_string_free 

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

Free a string allocated by LaminarDB.

§Arguments

  • s - String pointer to free, or NULL

§Safety

s must be a pointer returned by a laminar function, or NULL. After calling this function, the pointer is invalid.