]> git.ipfire.org Git - thirdparty/hostap.git/commit
Drop WPA_TRACE reference before eloop timeout handler call
authorJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 10:41:20 +0000 (12:41 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 10:41:20 +0000 (12:41 +0200)
commit9aca4401993fd0d409148130b8564f5236347055
treea457c117a0143d8ef1c7c67d9e399449217fef13
parent1b9eb51bbd8b20fbef6b7f62aaa784a3db4fade8
Drop WPA_TRACE reference before eloop timeout handler call

This avoids bogus error reports for cases where the timeout handler
frees the memory that was pointed to by the eloop timeout context.
src/utils/eloop.c