Skip to content

Commit

Permalink
fix: free buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 14, 2023
1 parent e81af31 commit 4c7dd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/z_test_fragment_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ int main(int argc, char **argv) {
zp_stop_read_task(z_loan(s));
zp_stop_lease_task(z_loan(s));
z_close(z_move(s));
free(value);
return 0;
}
#else
Expand Down

0 comments on commit 4c7dd88

Please sign in to comment.