mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
Tests: add a couple of extra leak suppressions for Node
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user