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
402870687b
commit
a77209c7fe
Loading…
Reference in New Issue