mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-24 23:18:06 +08:00
Flow: Remove unused perf counters on exit
This commit is contained in:
@@ -216,6 +216,10 @@ PX4FLOW::~PX4FLOW()
|
||||
if (_reports != nullptr) {
|
||||
delete _reports;
|
||||
}
|
||||
|
||||
perf_free(_sample_perf);
|
||||
perf_free(_comms_errors);
|
||||
perf_free(_buffer_overflows);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user