Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/statement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,5 @@ void Statement::CleanQueue() {
// preparing the statement failed.
auto call = std::unique_ptr<Call>(queue.front());
queue.pop();
// We don't call the actual callback, so we have to make sure that
// the baton gets destroyed.
delete call->baton;
}
}