]> code.citadel.org Git - citadel.git/commitdiff
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)
  - 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.


No differences found