[][src]Function kpal_plugin::plugin_free

pub extern "C" fn plugin_free(plugin_data: *mut PluginData)

Frees the memory associated with the plugin's data.

This routine will be called automatically by the daemon and should not be called by any user code.

Arguments

  • plugin_data - A pointer to a PluginData struct