Commit d7cd1cd3 by Konstantin Käfer

make sure we delete the entire baton

parent c65cbaf5
......@@ -343,7 +343,7 @@ int Database::EIO_Exec(eio_req *req) {
int Database::EIO_AfterExec(eio_req *req) {
HandleScope scope;
Baton* baton = static_cast<ExecBaton*>(req->data);
ExecBaton* baton = static_cast<ExecBaton*>(req->data);
Database* db = baton->db;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment