diff --git a/test/fuzzing/hb-shape-fuzzer.cc b/test/fuzzing/hb-shape-fuzzer.cc index ec69d514d..70ad08b45 100644 --- a/test/fuzzing/hb-shape-fuzzer.cc +++ b/test/fuzzing/hb-shape-fuzzer.cc @@ -33,10 +33,10 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) hb_buffer_guess_segment_properties (buffer); hb_shape (font, buffer, NULL, 0); hb_buffer_destroy (buffer); - } - /* Misc calls on face. */ - test_face (face, text32[15]); + /* Misc calls on face. */ + test_face (face, text32[15]); + } hb_font_destroy (font); hb_face_destroy (face);