Added a delete for the matrix - Issue 101

This commit is contained in:
John Cao 2014-09-10 23:44:57 +08:00
parent 38a672d499
commit eca9be85c1

View File

@ -178,6 +178,7 @@ void AfterAsyncRead(uv_work_t *req) {
baton->cb->Call(Context::GetCurrent()->Global(), 2, argv);
baton->cb.Dispose();
delete baton->im;
delete baton;
}