We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f3b5c commit 63a2c26Copy full SHA for 63a2c26
1 file changed
src/lib/util/debug.c
@@ -153,6 +153,7 @@ char const CC_HINT(used) *__lsan_default_suppressions(void)
153
* exit by the OS. */
154
"leak:libobjc.A.dylib\n"
155
"leak:CoreFoundation.framework\n"
156
+ "leak:td::__1::thread::thread\n"
157
#elif defined(__linux__)
158
"leak:*getpwnam_r*\n" /* libc startup leak - reported by heaptrack */
159
"leak:_dl_init\n" /* dl startup leak - reported by heaptrack */
0 commit comments