[][src]Function newrelic_sys::newrelic_destroy_app_config

pub unsafe extern "C" fn newrelic_destroy_app_config(
    config: *mut *mut newrelic_app_config_t
) -> bool

@brief Destroy the application configuration.

Given an allocated application configuration, newrelic_destroy_app_config() frees the configuration.

@param [in] config The address of the pointer to the allocated application configuration.

@return false if config is NULL or points to NULL; true otherwise.

@warning This function must only be called once for a given application configuration.