From: Steve Murphy Date: Thu, 25 Sep 2008 21:54:11 +0000 (+0000) Subject: (closes issue #13559) X-Git-Tag: 1.6.2.0-beta1~1248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a36696f2e7b89ec2cc2fb4cdb3e00147f12db269;p=thirdparty%2Fasterisk.git (closes issue #13559) Reported by: mnicholson Patches: pbx_lua8.diff uploaded by mnicholson (license 96) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144563 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 13158d7587..5f8a07c04c 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; }