From a587ac5c8820034c4410cd0c14ed29470f1071bc Mon Sep 17 00:00:00 2001 From: murf Date: Thu, 25 Sep 2008 22:00:53 +0000 Subject: Merged revisions 144563 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r144563 | murf | 2008-09-25 15:54:11 -0600 (Thu, 25 Sep 2008) | 7 lines (closes issue #13559) Reported by: mnicholson Patches: pbx_lua8.diff uploaded by mnicholson (license 96) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@144566 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_lua.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pbx') diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 13158d758..5f8a07c04 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -1208,6 +1208,7 @@ static int exec(struct ast_channel *chan, const char *context, const char *exten ast_log(LOG_ERROR, "Error executing lua extension: %s\n", error); res = -1; } + lua_pop(L, 1); } else { res = -1; } -- cgit v1.2.3