ec_config_free_mx_routes
Last updated March 2020
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)
; | |
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.
See Also
Was this page helpful?