fixed memory leak, did not free validity
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -5,6 +5,7 @@
|
||||
|
||||
void free_telemetry_info(TelemetryInfo *t) {
|
||||
free(t->data);
|
||||
free(t->validity);
|
||||
// free(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user