aboutsummaryrefslogtreecommitdiff
path: root/Lua
diff options
context:
space:
mode:
Diffstat (limited to 'Lua')
-rw-r--r--Lua/lbp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lua/lbp.c b/Lua/lbp.c
index c1c3f61..60dc9b9 100644
--- a/Lua/lbp.c
+++ b/Lua/lbp.c
@@ -36,7 +36,6 @@ lua_State *cur_state = NULL;
static void match_error(pat_t *pat, const char *msg)
{
(void)pat;
- recycle_all_matches();
lua_pushstring(cur_state, msg);
lua_error(cur_state);
}