Another Valgrind fix (#5690)

This commit is contained in:
Jonathan Bennett
2024-12-28 18:48:54 -06:00
committed by GitHub
parent 6749367a73
commit 57a9a5ca21

View File

@@ -104,7 +104,7 @@ void getMacAddr(uint8_t *dmac)
exit;
} else {
struct hci_dev_info di;
struct hci_dev_info di = {0};
di.dev_id = 0;
bdaddr_t bdaddr;
int btsock;