Don't free memory which others are still using.
authorLinus Nordberg <linus@nordu.net>
Tue, 3 Apr 2012 14:56:23 +0000 (16:56 +0200)
committerLinus Nordberg <linus@nordu.net>
Mon, 9 Apr 2012 09:38:13 +0000 (11:38 +0200)
commited6f9b47c51b6fc5540d24112883db8b6ca2931b
treee79053648aa1b65b742ad4d500ce3ae92deb389d
parentf41042e6afb1d12275fd3f30a1ecb309b83a2937
Don't free memory which others are still using.

In the error case in confserver_cb() where compileserverconfig() we
used to go to errexit and have resonf, passed as an argument through
ARG, freed.  Other parts are still using that conf.
radsecproxy.c