mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
d/dai: Document work around
This commit is contained in:
parent
775d82d728
commit
59a09abf6a
|
@ -338,7 +338,9 @@ depthai_destroy(struct depthai_fs *depthai)
|
|||
|
||||
os_thread_helper_destroy(&depthai->play_thread);
|
||||
|
||||
// To work around use after free issue detected by ASan, v2.13.3 has this bug.
|
||||
depthai->queue->close();
|
||||
|
||||
delete depthai->device;
|
||||
|
||||
free(depthai);
|
||||
|
|
Loading…
Reference in a new issue