We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e705f commit 7b93b0fCopy full SHA for 7b93b0f
1 file changed
src/NimBLEClient.cpp
@@ -94,6 +94,8 @@ NimBLEClient::~NimBLEClient() {
94
delete m_pClientCallbacks;
95
}
96
97
+ ble_npl_callout_deinit(&m_dcTimer);
98
+
99
} // ~NimBLEClient
100
101
0 commit comments