commit | ec77caa457b5474ab530f4b8b051a9f3dea545a2 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Fri Feb 17 10:46:06 2023 -0800 |
committer | Ed Tanous <edtanous@google.com> | Fri Feb 17 11:28:03 2023 -0800 |
tree | e5eff5faf9296447265b8a1574d829c73f993972 | |
parent | 421cc42892e9bd8065025382a05e3858119493ef [diff] [blame] |
Fix clang-tidy failures Change-Id: I4e9e02cb57ae5eac8d7dc9f7c6e1083959170766 Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/src/NVMeContext.hpp b/src/NVMeContext.hpp index 5be03e0..bcfa5d6 100644 --- a/src/NVMeContext.hpp +++ b/src/NVMeContext.hpp
@@ -23,7 +23,7 @@ virtual ~NVMeContext() { - close(); + scanTimer.cancel(); } void addSensor(const std::shared_ptr<NVMeSensor>& sensor)