-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct lua stack usage in find_callback
When we dont match lua_next pops the key. When we find a match we need to pop both key and value as we do not call lua_next again.
- Loading branch information
1 parent
33f87d8
commit 722bf48
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters