[fuzzing] Fix test
This commit is contained in:
parent
3af0a7edd0
commit
8790b2740a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue