Skip to content

Commit

Permalink
tests BUGFIX memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Aug 15, 2024
1 parent 40e57ac commit 0bcb75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ln2_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ ln2_glob_test_server_thread(void *arg)
msgtype = nc_accept(NC_ACCEPT_TIMEOUT, test_ctx->ctx, &session);
if (msgtype != NC_MSG_HELLO) {
SETUP_FAIL_LOG;
nc_ps_free(ps);
return NULL;
}

Expand Down

0 comments on commit 0bcb75e

Please sign in to comment.