Commit 9398c3df authored by Monty's avatar Monty

Fixed memory leak if Aria didn't start

This is not crtitical as if Aria doesn't start, the server will exit at once.
parent d1c3342d
......@@ -3663,7 +3663,10 @@ static int ha_maria_init(void *p)
maria_assert_if_crashed_table= debug_assert_if_crashed_table;
if (res)
{
maria_hton= 0;
maria_panic(HA_PANIC_CLOSE);
}
ma_killed= ma_killed_in_mariadb;
......
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