Changelog update, fix for small leak introduced in 5c5d74a

This commit is contained in:
Lovell Fuller
2016-08-17 20:56:53 +01:00
parent 5c5d74a903
commit 7ada9dbd0d
3 changed files with 19 additions and 1 deletions

View File

@@ -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