diff options
Diffstat (limited to 'tests/async_queries.c')
-rw-r--r-- | tests/async_queries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_queries.c b/tests/async_queries.c index 76e884e6a69..a8889fc8d5a 100644 --- a/tests/async_queries.c +++ b/tests/async_queries.c @@ -425,7 +425,7 @@ main(int argc, char *argv[]) event_dispatch(); - free(sds); + my_free(sds); mysql_library_end(); |