Don't leak memory on error conditions.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 2 Dec 2008 08:00:52 +0000 (09:00 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 2 Dec 2008 08:00:52 +0000 (09:00 +0100)
commit3b215b1cedcdf0a80f53f8259761b42de118e0e7
treea7ff7b2a0e534039804bac68498ac55e95f15c23
parent241cc824760be785ce25cb18ee3d08af3dfb5787
Don't leak memory on error conditions.

Closes Coverity #74.

The program exits anyways on error conditions, but cleaning up
is usually good practice.
src/main/radclient.c