Skip to main content

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.

Parameters

r

A pointer to an mx_routes struct.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?