Free default_bar_style on exit.

This commit is contained in:
Andrew Wood
2025-07-25 23:46:24 +01:00
parent c180cc85cf
commit 025577a13f
+2
View File
@@ -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)