Flow: Remove unused perf counters on exit

This commit is contained in:
Lorenz Meier
2015-10-10 13:58:09 +02:00
parent 228cc8844e
commit f50695c099
+4
View File
@@ -216,6 +216,10 @@ PX4FLOW::~PX4FLOW()
if (_reports != nullptr) {
delete _reports;
}
perf_free(_sample_perf);
perf_free(_comms_errors);
perf_free(_buffer_overflows);
}
int