MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / free_binary_data

Function free_binary_data

cpp/sample/api/sample_gray_input.c:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void free_binary_data(uint8_t* data) {
42 if (data) {
43 free(data);
44 }
45}
46
47int main() {
48 HResult ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected