Work around for bug #35.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Apr 2010 15:24:41 +0000 (17:24 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Apr 2010 08:19:13 +0000 (10:19 +0200)
commit4d976d1234f0e04beda8de74247f59c66282678d
treedbb6af2e89a9329288379390223814f03ba46a04
parentbf6bc8b9be4176c35b1fd4c4be69e1a2394114d6
Work around for bug #35.

The packet is apparently getting freed when the request structure is still
in the list.  Since it's hard to tell when / why this is happening,
the short-term fix is to work around it.

It's better to leak memory slowly than to crash quickly.
src/lib/packet.c