Skip to content

Commit

Permalink
Minor fix on #461
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jan 10, 2016
1 parent ec48ff7 commit 84274d9
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 84274d9

Please sign in to comment.