Commit 38447ae8 authored by unknown's avatar unknown

Make it compilable on Windows.

parent 2d53ffc0
......@@ -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