mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 08:30:36 +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