Skip to content

Commit 30a838e

Browse files
committed
bin/discover: fix netbios_ns leak
1 parent 21d1b69 commit 30a838e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bin/discover.c

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ int main()
9090
getchar();
9191

9292
netbios_ns_discover_stop(ns);
93+
netbios_ns_destroy(ns);
9394

9495
return 0;
9596
}

0 commit comments

Comments
 (0)