Simplify handling of structs.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 2 Dec 2008 07:56:54 +0000 (08:56 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 2 Dec 2008 07:56:54 +0000 (08:56 +0100)
commit241cc824760be785ce25cb18ee3d08af3dfb5787
tree8d51ade8dbf4ed1e38989406a0e46588bf539948
parent8cadea71295c272f74f69518fe82d05f6ce5afa5
Simplify handling of structs.

This closes Coverity #73.

Rather than fixing the problem of leaked memory, we avoid it
completely by avoiding practices that require complex code to
avoid leaking memory.
src/main/radclient.c