mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '402-memory-leak-found-in-file-fuzz-c-in-bind-9-12-1-p2' into 'master'
Resolve "Memory Leak found in file 'fuzz.c' in BIND-9.12.1-P2" Closes #402 See merge request isc-projects/bind9!488
This commit is contained in:
commit
cd0e7df6fc
1 changed files with 1 additions and 0 deletions
|
|
@ -577,6 +577,7 @@ fuzz_thread_resolver(void *arg) {
|
|||
}
|
||||
|
||||
free(buf);
|
||||
free(rbuf);
|
||||
close(sockfd);
|
||||
close(listenfd);
|
||||
named_server_flushonshutdown(named_g_server, ISC_FALSE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue