Fix a Handle leak when reporting transaction errors.

This commit is contained in:
David Anderson 2014-06-22 11:05:20 -07:00
parent 91a796b24d
commit 18d0f2a140

View File

@ -1672,6 +1672,8 @@ public:
failure_->PushCell(failIndex_);
failure_->PushArray(data, txn_->entries.length());
failure_->Execute(NULL);
handlesys->FreeHandle(dbh, &sec);
}
}