mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[util] Fix crasher
This commit is contained in:
parent
a410a042c7
commit
964f05604f
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ struct option_parser_t
|
|||
GOptionContext *context;
|
||||
protected:
|
||||
const char *description = nullptr;
|
||||
GPtrArray *environs;
|
||||
GPtrArray *environs = nullptr;
|
||||
GPtrArray *to_free;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue