mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Changelog update, fix for small leak introduced in 5c5d74a
This commit is contained in:
@@ -918,6 +918,11 @@ class PipelineWorker : public Nan::AsyncWorker {
|
||||
delete baton->input;
|
||||
delete baton->overlay;
|
||||
delete baton->boolean;
|
||||
for_each(baton->joinChannelIn.begin(), baton->joinChannelIn.end(),
|
||||
[this](sharp::InputDescriptor *joinChannelIn) {
|
||||
delete joinChannelIn;
|
||||
}
|
||||
);
|
||||
delete baton;
|
||||
|
||||
// Decrement processing task counter
|
||||
|
||||
Reference in New Issue
Block a user