mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix free() after my_malloc() (should be my_free()).
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
b3f7a8019d
commit
9434431374
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ main(int argc, char *argv[])
|
|||
|
||||
event_dispatch();
|
||||
|
||||
free(sds);
|
||||
my_free(sds);
|
||||
|
||||
mysql_library_end();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue