mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
ble_mesh: fix canceled buffer memory leak
This commit is contained in:
@ -189,6 +189,8 @@ static void adv_thread(void *p)
|
||||
BT_ERR("%s, xQueueSendToFront failed", __func__);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
net_buf_unref(*buf);
|
||||
}
|
||||
|
||||
/* Give other threads a chance to run */
|
||||
|
Reference in New Issue
Block a user