Make sure all scheduled action callbacks have the correct function signature
commit98ed48b7cb95b9371df414f42e41ce305a74d08c
authorStefan Becker <stefan.becker@nokia.com>
Wed, 3 Jun 2009 06:15:08 +0000 (3 09:15 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Wed, 3 Jun 2009 06:15:08 +0000 (3 09:15 +0300)
treedfb6e7828fa6264117f14a7703cddfab55a99849
parent2b4722dc2b8ff1512dad197e414d77423a398983
Make sure all scheduled action callbacks have the correct function signature

Actions are called with 2 parameters and are not expected to return a value.

Revert commit 2b4722dc2b8ff1512dad197e414d77423a398983. The value of "who" *is*
unused, so freeing it can't cause any problems. Either the problem is caused by
the wrong function signatures (_batched only had one argument) or the double
free bug is caused by something else.
src/sipe.c
src/sipe.h