Fix an unbalanced lua stack operation
commita77209c7fe0caf7de273e062014c3841393e3cf4
authorUli Schlachter <psychon@znc.in>
Tue, 3 Aug 2010 09:25:54 +0000 (3 11:25 +0200)
committerUli Schlachter <psychon@znc.in>
Tue, 3 Aug 2010 09:27:11 +0000 (3 11:27 +0200)
tree3aa0c97cbcc0c6e229d5c2859fb0daf81e81d885
parent402870687b017714f4e8440e9fa9c7d4b77639f5
Fix an unbalanced lua stack operation

ewmh_process_state_atom() does a luaA_object_push() at its beginning, but it
doesn't pop that object again. Fix this by, well, popping the object at the end
of the function again.

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