Silence fuzzer_seek

This commit is contained in:
Martijn van Beurden 2024-03-06 19:28:09 +01:00
parent 9504c76970
commit 8a685ee77c
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
/* allocate the decoder */
if((decoder = FLAC__stream_decoder_new()) == NULL) {
fprintf(stderr, "ERROR: allocating decoder\n");
return 1;
}