mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00
Another Valgrind fix (#5690)
This commit is contained in:
parent
6749367a73
commit
57a9a5ca21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user