Commit 247be7d4 authored by anozdrin@mysql.com's avatar anozdrin@mysql.com

Make it compilable on Windows.

parent 1c0c33ab
......@@ -354,8 +354,10 @@ void Options::cleanup()
if (Options::saved_argv != NULL)
free_defaults(Options::saved_argv);
#ifndef __WIN__
if (Options::run_as_service)
free((void *) Options::angel_pid_file_name);
#endif
}
#ifdef __WIN__
......
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