From 853d989579aef3b1a687c34c9615b5ae53d676ed Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 23 Jul 2009 03:43:20 +0000 Subject: [PATCH] luci-0.9: disable memory debugging in dispatcher --- libs/web/luasrc/dispatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index b2a936a56..8c3320b0f 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -129,7 +129,7 @@ end --- Dispatches a LuCI virtual path. -- @param request Virtual path function dispatch(request, ext_tree) - context._disable_memtrace = require "luci.debug".trap_memtrace("l") + --context._disable_memtrace = require "luci.debug".trap_memtrace("l") local ctx = context ctx.path = request ctx.urltoken = ctx.urltoken or {} -- 2.25.1