mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '2509-cid-281489-resource-leaks-resource_leak' into 'main'
Resolve "CID 281489: Resource leaks (RESOURCE_LEAK)" Closes #2509 See merge request isc-projects/bind9!4723
This commit is contained in:
commit
d4cb312555
1 changed files with 2 additions and 1 deletions
|
|
@ -980,7 +980,8 @@ dns_dt_open(const char *filename, dns_dtmode_t mode, isc_mem_t *mctx,
|
|||
}
|
||||
break;
|
||||
case dns_dtmode_unix:
|
||||
return (ISC_R_NOTIMPLEMENTED);
|
||||
result = ISC_R_NOTIMPLEMENTED;
|
||||
goto cleanup;
|
||||
default:
|
||||
INSIST(0);
|
||||
ISC_UNREACHABLE();
|
||||
|
|
|
|||
Loading…
Reference in a new issue