Skip to content

Commit

Permalink
Minor fix for #461
Browse files Browse the repository at this point in the history
Applying 84274d9 to this branch
  • Loading branch information
renecannao committed Jan 12, 2016
1 parent ae2f50b commit 394788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ MySQL_Connection::~MySQL_Connection() {
if (mysql) {
async_free_result();
if (send_quit) {
mysql_close_start(mysql);
mysql_close(mysql);
} else {
mysql_close_no_command(mysql);
}
Expand Down

0 comments on commit 394788a

Please sign in to comment.