mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +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(_range_errors);
|
||||
perf_free(_conf_errors);
|
||||
|
||||
delete _interface;
|
||||
}
|
||||
|
||||
int HMC5883::init()
|
||||
|
||||
Reference in New Issue
Block a user