Free the memory that is used by a network interface list structure.
#include <bps/netstatus.h>
BPS_API void netstatus_free_interfaces(netstatus_interface_list_t *interface_list)
BlackBerry 10.0.0
The structure whose memory needs to be freed. Note that the pointer to the structure is not freed.
The netstatus_free_interfaces() function frees the memory that is used by the specified netstatus_interface_list_t structure.
Nothing.