mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Be pedantic and free nvout before exiting.
MFC after: 1 week
This commit is contained in:
parent
38ea70cadf
commit
e208a185f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219831
@ -271,6 +271,7 @@ init_remote(struct hast_resource *res, struct nv *nvin)
|
||||
pjdlog_exit(EX_TEMPFAIL, "Unable to send response to %s",
|
||||
res->hr_remoteaddr);
|
||||
}
|
||||
nv_free(nvout);
|
||||
exit(EX_CONFIG);
|
||||
} else if (
|
||||
/* Is primary is out-of-date? */
|
||||
|
Loading…
Reference in New Issue
Block a user