Free the memory that is used by a network status information structure.
#include <bps/netstatus.h>
BPS_API void netstatus_free_info(netstatus_info_t **info)
BlackBerry 10.2.0
The structure whose memory needs to be freed.
The netstatus_free_info() function releases the memory that is used by the specified network status information structure, netstatus_info_t. Only use this function on structures retrieved from the netstatus_get_info() function.