Skip to main content

drop_error

Function drop_error 

Source
pub unsafe fn drop_error(err: *mut FolditPluginError)
Expand description

Release both inner buffers of an error this plugin allocated.

ยงSafety

err must be null or point to an error this plugin allocated.