event_callback.c: Don't pop too much.2/head
commit3db0450cc0b42f7661bc7e3560a039da9d61a56e
authorKim Alvefur <zash@zash.se>
Fri, 15 Mar 2013 15:04:44 +0000 (15 16:04 +0100)
committerKim Alvefur <zash@zash.se>
Fri, 15 Mar 2013 15:04:44 +0000 (15 16:04 +0100)
treec6074321a3408890a636cee15c982d8b03b70230
parent2f26498a84b2d644e6eb34c15bf59513ea07f33d
event_callback.c: Don't pop too much.

luaL_ref() just before pops one of the two items off the stack, so we
only need to pop one item after that.
src/event_callback.c