Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-09-09 14:01:08 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -264,6 +264,10 @@ client_main(struct event_base *base, int argc, char **argv, int flags)
}
return (1);
}
options_free(&global_options);
options_free(&global_s_options);
options_free(&global_w_options);
environ_free(&global_environ);
/* Set process title, log and signals now this is the client. */
#ifdef HAVE_SETPROCTITLE