mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
|
# LSAN can detect leaks tracing back to __asan::AsanThread::ThreadStart (probably caused by our
|
||
|
# threads not exiting before their TLS dtors are called). Just ignore it.
|
||
|
leak:AsanThread
|
||
|
|
||
|
# ncurses leaks allocations freely as it assumes it will be running throughout. Ignore these.
|
||
|
leak:tparm
|