EVENT-Client: don't call the timeout function directly
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 16 Jun 2012 08:49:08 +0000 (10:49 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 16 Jun 2012 08:49:08 +0000 (10:49 +0200)
commitfd8fe6104cd95ec30d9dfd4d13be164a9dc4d71d
treeb5b756c436932e04a3e9eff81885a24a92d0932b
parent879665a76c59cea647ce6b76758724e2e7fcc06b
EVENT-Client: don't call the timeout function directly

  - if we call the timeout function directly we might find upper stackframes which rely on the event-context still being valid. Thus we rather set a timeout of 0.0 which then calls the timeout function and kills the context.
citadel/event_client.c