deviceinfo_free_identifying_data()
Free the memory that is used by a device identifying information structure.
Synopsis:
#include <bps/deviceinfo.h>
BPS_API void deviceinfo_free_identifying_data(deviceinfo_identifying_data_t *data) BPS_DEPRECATED
Arguments:
- data
-
The structure whose memory needs to be freed. Note that the pointer to the structure is not freed.
Library:
libbpsDescription:
Deprecated:
This function is deprecated.
The deviceinfo_free_identifying_data() function frees the memory that is used by the specified device identifying information structure.