Function roup_directive_free

Source
#[no_mangle]
pub extern "C" fn roup_directive_free(directive: *mut OmpDirective)
Expand description

Free a directive allocated by roup_parse().

ยงSafety

  • Must only be called once per directive
  • Pointer must be from roup_parse()
  • Do not use pointer after calling this function