From 392581be01f6deed614d4117ba6e316d868eeaa7 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 24 Oct 2024 21:39:23 +0000 Subject: [PATCH] [subest] get benchmark subset working again. --- perf/benchmark-subset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/benchmark-subset.cc b/perf/benchmark-subset.cc index 30a60b0d6..b86150a37 100644 --- a/perf/benchmark-subset.cc +++ b/perf/benchmark-subset.cc @@ -139,7 +139,7 @@ static void BM_subset (benchmark::State &state, if (!cached_font_path || strcmp (cached_font_path, test_input.font_path)) { - hb_face_t *face = hb_benchmark_face_create_from_file_or_fail (test_input.font_path, 0); + face = hb_benchmark_face_create_from_file_or_fail (test_input.font_path, 0); assert (face); face = preprocess_face (face);