From 85e8f2b53ff373abf108053201d31742f6b24a79 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 1 Jan 2023 18:26:08 -0700 Subject: [PATCH] [hb-subset] Initialize preprocess variable --- util/hb-subset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hb-subset.cc b/util/hb-subset.cc index 20bc17c48..1cc01d041 100644 --- a/util/hb-subset.cc +++ b/util/hb-subset.cc @@ -171,7 +171,7 @@ struct subset_main_t : option_parser_t, face_options_t, output_options_t public: unsigned num_iterations = 1; - gboolean preprocess; + gboolean preprocess = false; hb_subset_input_t *input = nullptr; };