Resource leak
CID: 1016703 Reviewed by: alfred
This commit is contained in:
parent
424c16b2ce
commit
81cb3b156b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278039
@ -64,6 +64,7 @@ _des_crypt_call(buf, len, dparms)
|
||||
}
|
||||
if (nconf == NULL) {
|
||||
warnx("getnetconfig: %s", nc_sperror());
|
||||
endnetconfig(localhandle);
|
||||
return(DESERR_HWERROR);
|
||||
}
|
||||
clnt = clnt_tp_create(NULL, CRYPT_PROG, CRYPT_VERS, nconf);
|
||||
|
Loading…
Reference in New Issue
Block a user