mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Tests: add a couple of extra leak suppressions for Node
This commit is contained in:
parent
cc9f2b90fd
commit
770be35c44
@ -484,6 +484,20 @@
|
|||||||
...
|
...
|
||||||
fun:_ZN4node9inspector5Agent5StartERKSsSt10shared_ptrINS_12DebugOptionsEEb
|
fun:_ZN4node9inspector5Agent5StartERKSsSt10shared_ptrINS_12DebugOptionsEEb
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
leak_nodejs_start
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:_Znwm
|
||||||
|
fun:_ZN4node5StartEiPPc
|
||||||
|
}
|
||||||
|
{
|
||||||
|
leak_nodejs_start_background_task_runner
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
...
|
||||||
|
fun:_ZN4node20BackgroundTaskRunnerC1Ei
|
||||||
|
}
|
||||||
{
|
{
|
||||||
leak_nan_FunctionCallbackInfo
|
leak_nan_FunctionCallbackInfo
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
Loading…
x
Reference in New Issue
Block a user