File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -1369,6 +1369,9 @@ class PipelineWorker : public Napi::AsyncWorker {
1369
1369
for (sharp::InputDescriptor *input : baton->joinChannelIn ) {
1370
1370
delete input;
1371
1371
}
1372
+ for (sharp::InputDescriptor *input : baton->join ) {
1373
+ delete input;
1374
+ }
1372
1375
delete baton;
1373
1376
1374
1377
// Decrement processing task counter
Original file line number Diff line number Diff line change 936
936
...
937
937
fun:_ZN2v88internal18ArrayBufferSweeper10ReleaseAllEv
938
938
}
939
+ {
940
+ cond_v8_ZN2v88internal8compiler12PipelineImpl13OptimizeGraphEPNS1_7LinkageE
941
+ Memcheck:Cond
942
+ ...
943
+ fun:_ZN2v88internal8compiler12PipelineImpl13OptimizeGraphEPNS1_7LinkageE
944
+ }
945
+ {
946
+ cond_v8_ZN2v88internal4Heap20HasLowAllocationRateEv
947
+ Memcheck:Cond
948
+ ...
949
+ fun:_ZN2v88internal4Heap20HasLowAllocationRateEv
950
+ }
951
+ {
952
+ cond_v8_ZN2v88internal4Heap15RecomputeLimitsENS0_16GarbageCollectorENS_4base9TimeTicksE
953
+ Memcheck:Cond
954
+ ...
955
+ fun:_ZN2v88internal4Heap15RecomputeLimitsENS0_16GarbageCollectorENS_4base9TimeTicksE
956
+ }
939
957
{
940
958
cond_node_Builtins_JSEntry
941
959
Memcheck:Cond
You can’t perform that action at this time.
0 commit comments