mirror of https://github.com/MariaDB/server
Browse Source
Memory Leak in mysql_options() was caused by missing call to my_free() in MYSQL_SET_CLIENT_IP branch. Fixed by adding my_free() to cleanup mysql->options.client_ip value before assigning new value.pull/73/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue