]> granicus.if.org Git - apache/commitdiff
Add the missing state release to the LuaMapHandler handler as well, so we won't end...
authorDaniel Gruno <humbedooh@apache.org>
Fri, 17 Aug 2012 15:12:41 +0000 (15:12 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 17 Aug 2012 15:12:41 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374310 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/mod_lua.c

index ed1ca2384fedfebfc958ed4db0091f285164dfb7..b9f48343e4f501fab427c63507b13c0bcf4dad79 100644 (file)
@@ -454,6 +454,7 @@ static int lua_map_handler(request_rec *r)
                 ap_lua_release_state(L, spec, r);
                 return rc;
             }
+            ap_lua_release_state(L, spec, r);
         }
     }
     return DECLINED;