mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Added a delete for the matrix - Issue 101
This commit is contained in:
parent
38a672d499
commit
eca9be85c1
@ -178,6 +178,7 @@ void AfterAsyncRead(uv_work_t *req) {
|
|||||||
baton->cb->Call(Context::GetCurrent()->Global(), 2, argv);
|
baton->cb->Call(Context::GetCurrent()->Global(), 2, argv);
|
||||||
baton->cb.Dispose();
|
baton->cb.Dispose();
|
||||||
|
|
||||||
|
delete baton->im;
|
||||||
delete baton;
|
delete baton;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user