[][src]Function newrelic_sys::newrelic_destroy_app

pub unsafe extern "C" fn newrelic_destroy_app(
    app: *mut *mut newrelic_app_t
) -> bool

@brief Destroy the application.

Given an allocated application, newrelic_destroy_app() closes the logfile handle and frees any memory used by app to describe the application.

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

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

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