rm3100: cleanup device interface on destruction

This commit is contained in:
Daniel Agar 2020-08-13 11:55:15 -04:00 committed by Beat Küng
parent f1e5b1d284
commit 877c19704a
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ RM3100::~RM3100()
perf_free(_comms_errors);
perf_free(_range_errors);
perf_free(_conf_errors);
delete _interface;
}
int RM3100::self_test()