Diff between a9a54b5e41126f2edf6a313c63b4d8fff6298e8f and 9a2e1d2733409c8172ae21a7ac6340083adf20c9
Changed Files
| File | Additions | Deletions | Status |
| monitor/keys.c | +1 | -1 | modified |
Full Patch
diff --git a/monitor/keys.c b/monitor/keys.c
index 4d7c035..4ccef22 100644
--- a/monitor/keys.c
+++ b/monitor/keys.c
@@ -58,7 +58,7 @@ void keys_cleanup(void)
{
bt_crypto_unref(crypto);
- queue_destroy(irk_list, NULL);
+ queue_destroy(irk_list, free);
}
void keys_update_identity_key(const uint8_t key[16])