mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
hmc5883: cleanup device interface on destruction
This commit is contained in:
parent
0c91a29c3f
commit
f8241f144c
@ -58,6 +58,8 @@ HMC5883::~HMC5883()
|
||||
perf_free(_comms_errors);
|
||||
perf_free(_range_errors);
|
||||
perf_free(_conf_errors);
|
||||
|
||||
delete _interface;
|
||||
}
|
||||
|
||||
int HMC5883::init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user