summarylogtreecommitdiffstats
path: root/lua-port.patch
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-04-10 15:21:07 +0200
committerMartin T. H. Sandsmark2020-04-10 15:21:52 +0200
commitf648fa805b078fd67201401d588e578cb6ce7750 (patch)
treeb4361e19ee3fbe2e8c465d8d0b28e6f0b71dda20 /lua-port.patch
parent8e5315d0d38633c0fec1665ea15b71a03a8a835d (diff)
downloadaur-librocket-asarium-git.tar.gz
clean up
Diffstat (limited to 'lua-port.patch')
-rw-r--r--lua-port.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-port.patch b/lua-port.patch
index b72f7c487699..da765014a544 100644
--- a/lua-port.patch
+++ b/lua-port.patch
@@ -7,7 +7,7 @@ index 23e74e5..ab91b52 100644
LuaEventListener::~LuaEventListener()
{
- lua_unref(Interpreter::GetLuaState(), luaFuncRef);
-+ luaL_unref(Interpreter::GetLuaState(), LUA_REGISTRYINDEX, luaFuncRef);
++ luaL_unref(Interpreter::GetLuaState(), LUA_REGISTRYINDEX, luaFuncRef);
}
/// Process the incoming Event