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>
This commit is contained in:
parent
e6a2bf7220
commit
da2a7aec0d
Loading…
Reference in New Issue