diff --git a/src/main/options.c b/src/main/options.c index 02a3722..8e4001b 100644 --- a/src/main/options.c +++ b/src/main/options.c @@ -57,6 +57,8 @@ void opts_free( /*@only@ */ opts_t opts) free(opts->pidfile); if (NULL != opts->output) free(opts->output); + if (NULL != opts->default_bar_style) + free(opts->default_bar_style); if (NULL != opts->store_and_forward_file) free(opts->store_and_forward_file); if (NULL != opts->extra_display)