fix(stream): ignore still reachable error in case checkError1 (#30394)
This commit is contained in:
parent
fb71cc8be7
commit
0639bb12d2
|
@ -1674,6 +1674,21 @@
|
||||||
fun:start_thread
|
fun:start_thread
|
||||||
fun:clone
|
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>
|
<memalign suppression>
|
||||||
|
|
Loading…
Reference in New Issue