]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
no need for destructor
authorAlan T. DeKok <aland@freeradius.org>
Sat, 11 Jan 2025 13:40:05 +0000 (08:40 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Jan 2025 13:40:05 +0000 (08:40 -0500)
commit5e25e8d7bd380157be076b45d57d4306222720bb
tree0971b6c69ff499298d8c8749a484041ba29ca362
parentf3828d3deb4d393cba631584f4c8103a1672e685
no need for destructor

alive clients are talloc'd from the thread, so freeing the thread
will free the clients
src/lib/io/master.c