Skip to content

Commit

Permalink
Fix memory leak in misc/t11 tnpcli test (issue 25)
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Apr 23, 2011
1 parent 47fb324 commit 8d798c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/tnpcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main (int argc, char *argv[])

if (!(fs = npc_create_fsys (0, TEST_MSIZE)))
err_exit ("npc_create_fsys");
npc_disconnect_fsys (fs); /* closes stdin */
npc_finish (fs); /* closes stdin */

diod_log_fini ();
exit (0);
Expand Down

0 comments on commit 8d798c7

Please sign in to comment.