Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple fix of memory errors #47

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix memory leak in test_eth_rlp_to_bytes
Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg>
LuminousXLB committed Oct 12, 2024
commit 578b67fd9cc5507df4bd6d4aacf5cb790c8179f2
1 change: 1 addition & 0 deletions test/test-eth-rlp.c
Original file line number Diff line number Diff line change
@@ -246,6 +246,7 @@ void test_eth_rlp_to_bytes(void) {
ok(eth_rlp_free(&rlp0) == 1);
cmp_mem(bout, bytes, boutlen);
ok(boutlen == 3);
free(bout);
}

void test_eth_rlp_decode_eip1559_tx(void) {