mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +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__);
|
BT_ERR("%s, xQueueSendToFront failed", __func__);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
net_buf_unref(*buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Give other threads a chance to run */
|
/* Give other threads a chance to run */
|
||||||
|
Reference in New Issue
Block a user