Skip to content

Commit

Permalink
fuzz-decode: fix double close
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Oct 25, 2019
1 parent 197b1c6 commit 313486d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/fuzz-decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ main (int argc, char **argv)

lsqpack_dec_cleanup(&decoder);

(void) close(fuzz_fd);

exit(0);
}

Expand Down

0 comments on commit 313486d

Please sign in to comment.