Free the memory that is used by a proxy details structure.
#include <bps/netstatus.h>
BPS_API void netstatus_free_proxy_details(netstatus_proxy_details_t *details)
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_proxy_details() function frees the memory that is used by the specified netstatus_proxy_details_t structure.
Nothing.