diff --git a/util/options.hh b/util/options.hh index a38144726..0d2b42515 100644 --- a/util/options.hh +++ b/util/options.hh @@ -201,7 +201,7 @@ struct option_parser_t GOptionContext *context; protected: const char *description = nullptr; - GPtrArray *environs; + GPtrArray *environs = nullptr; GPtrArray *to_free; };