Skip to content

Commit

Permalink
free the message in test when done
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 28, 2023
1 parent 2432078 commit 97693ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sp/transport/socket/sockfd_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ test_sfd_large(void)

NUTS_CLOSE(s0);
NUTS_CLOSE(s1);
nng_msg_free(msg);
nng_free(buf, sz);
}

Expand Down

0 comments on commit 97693ce

Please sign in to comment.