From dd7c4b1a54bfc5e358eb9f766c0b865fc47cbe46 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Fri, 22 Jul 2016 22:33:21 +0200 Subject: 2016-07-22 20:13:00 --- tex/context/base/mkiv/typo-krn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/typo-krn.lua') diff --git a/tex/context/base/mkiv/typo-krn.lua b/tex/context/base/mkiv/typo-krn.lua index e6072144b..5a42caeca 100644 --- a/tex/context/base/mkiv/typo-krn.lua +++ b/tex/context/base/mkiv/typo-krn.lua @@ -24,7 +24,7 @@ local tonut = nuts.tonut -- check what is used local find_node_tail = nuts.tail -local free_node = nuts.free +local flush_node = nuts.flush_node local insert_node_before = nuts.insert_before local insert_node_after = nuts.insert_after local end_of_math = nuts.end_of_math @@ -410,7 +410,7 @@ function kerns.handler(head) end start = c setfield(s,"components",nil) - free_node(s) + flush_node(s) c = getfield(start,"components") end end -- cgit v1.2.3