Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
baimard committed Jul 28, 2021
1 parent 231234b commit 3b4a307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ check_user_token_mysql(const char *mysql_server,

end_connection:
mysql_close(con);
if(verbose)
D (debug_file, "close connection");
mysql_library_end();
return retval;
}
Expand Down

0 comments on commit 3b4a307

Please sign in to comment.