fix(stream): ignore still reachable error in case checkError1 (#30394)

This commit is contained in:
Jinqing Kuang 2025-03-24 21:32:22 +08:00 committed by GitHub
parent fb71cc8be7
commit 0639bb12d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

View File

@ -1674,6 +1674,21 @@
fun:start_thread
fun:clone
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:taosMemCalloc
fun:taosOpenRef
fun:streamMetaEnvInit
fun:__pthread_once_slow
fun:taosThreadOnce
fun:streamMetaInit
fun:dmInitDnode
fun:dmInit
fun:main
}
{
<memalign suppression>