Commit 94344313 authored by Kristian Nielsen's avatar Kristian Nielsen

Fix free() after my_malloc() (should be my_free()).

Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
parent b3f7a801
......@@ -425,7 +425,7 @@ main(int argc, char *argv[])
event_dispatch();
free(sds);
my_free(sds);
mysql_library_end();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment