Skip to content

Commit

Permalink
Oops forgot to free opts/threadargs from last edit
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed May 3, 2024
1 parent 8227d5f commit 27fd5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -20265,9 +20265,9 @@ test_ForcedReconnect(void)
msg = NULL;

natsSubscription_Destroy(sub);
sub = NULL;
natsConnection_Destroy(nc);
nc = NULL;
natsOptions_Destroy(opts);
_destroyDefaultThreadArgs(&arg);
}

static void
Expand Down

0 comments on commit 27fd5df

Please sign in to comment.