[util] Fix crasher

This commit is contained in:
Behdad Esfahbod 2025-03-26 18:46:35 -06:00 committed by Khaled Hosny
parent a410a042c7
commit 964f05604f

View file

@ -201,7 +201,7 @@ struct option_parser_t
GOptionContext *context;
protected:
const char *description = nullptr;
GPtrArray *environs;
GPtrArray *environs = nullptr;
GPtrArray *to_free;
};