Skip to content

Commit

Permalink
PR feedback: the freed pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 13, 2024
1 parent db24692 commit 8ab5120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -32121,6 +32121,7 @@ void test_KeyValueWatch(void)
natsThread_Join(t);
natsThread_Destroy(t);
kvWatcher_Destroy(w);
w = NULL;

// Now try with UpdatesOnly and make sure we don't get the initial values.
test("Create watcher with UpdatesOnly: ");
Expand Down

0 comments on commit 8ab5120

Please sign in to comment.