Skip to content

Commit

Permalink
bin/discover: fix netbios_ns leak
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Mar 27, 2018
1 parent 21d1b69 commit 30a838e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/discover.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ int main()
getchar();

netbios_ns_discover_stop(ns);
netbios_ns_destroy(ns);

return 0;
}

0 comments on commit 30a838e

Please sign in to comment.