ec_config_free_mx_routes
Name
ec_config_free_mx_routes — Free the memory associated with an mx_routes struct
Synopsis
#include "ec_config.h"
| void **ec_config_free_mx_routes** (
| r)
; | |
mx_routes * <var class="pdparam">r</var>
;
Description
Free the memory associated with an mx_routes struct. Be sure to use this function to free memory of the MEMTYPE_MX_ROUTES
type. Do not use free
or ec_free. For more information about memory types see Memory Types.
- r
-
A pointer to an mx_routes struct.
This function returns void.
It is legal to call this function in any thread.