Commit 30dd658d authored by hf@deer.(none)'s avatar hf@deer.(none)

addition to the fix for bug #12177(error log file isn't closed)

parent f67896bb
......@@ -628,7 +628,10 @@ void STDCALL mysql_server_end()
copy_arguments_ptr=0;
clean_up(0);
if (errorlog_file)
{
fclose(errorlog_file);
errorlog_file=0;
}
/* If library called my_init(), free memory allocated by it */
if (!org_my_init_done)
my_end(0);
......
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