diff options
Diffstat (limited to 'tests/bug25714.c')
-rw-r--r-- | tests/bug25714.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bug25714.c b/tests/bug25714.c index 5321419679b..35a13518a03 100644 --- a/tests/bug25714.c +++ b/tests/bug25714.c @@ -70,6 +70,7 @@ int main (int argc, char **argv) (long) mysql_insert_id(&conn)); mysql_close(&conn); + mysql_server_end(); my_end(0); return 0; |