1
0
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:
Pawel Jakub Dawidek 2011-03-21 14:51:16 +00:00
parent 38ea70cadf
commit e208a185f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219831

View File

@ -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? */