Fix an unbalanced lua stack
commite55ed50b89ef09a57270eef511357436070aa84d
authorUli Schlachter <psychon@znc.in>
Sun, 10 Oct 2010 11:32:47 +0000 (10 13:32 +0200)
committerUli Schlachter <psychon@znc.in>
Sun, 10 Oct 2010 11:32:47 +0000 (10 13:32 +0200)
treecf0097fddadbbabe7095bf5be777c22fec88b804
parent38d4602425c89d6281e1eafd7fd340ddd5b1eb47
Fix an unbalanced lua stack

event_button_callback() pops the top element from the stack, but
event_emit_button() doesn't. This got was expecting both to pop the top from the
stack so Bad Things(tm) happen.

Signed-off-by: Uli Schlachter <psychon@znc.in>
event.c