mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
hmc5883: cleanup device interface on destruction
This commit is contained in:
@@ -58,6 +58,8 @@ HMC5883::~HMC5883()
|
|||||||
perf_free(_comms_errors);
|
perf_free(_comms_errors);
|
||||||
perf_free(_range_errors);
|
perf_free(_range_errors);
|
||||||
perf_free(_conf_errors);
|
perf_free(_conf_errors);
|
||||||
|
|
||||||
|
delete _interface;
|
||||||
}
|
}
|
||||||
|
|
||||||
int HMC5883::init()
|
int HMC5883::init()
|
||||||
|
|||||||
Reference in New Issue
Block a user