Skip to content

Commit

Permalink
compiler caught double fclose()
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
benmcollins committed Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6044d6b commit 45ab4ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/jwt_encode.c
Original file line number Diff line number Diff line change
@@ -51,8 +51,6 @@ START_TEST(test_jwt_encode_fp)

ck_assert_str_eq(exp, read_back);

fclose(out);

jwt_free(jwt);
}
END_TEST

0 comments on commit 45ab4ad

Please sign in to comment.