summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-08-24 15:15:08 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-08-24 15:15:08 +0200
commit095d5c305c2c8b536710a5b0ef5e104f07995fb5 (patch)
tree947a97c871ac9b7bea17b8973d09e3b848c22a12 /tex/context/base/font-otn.lua
parenta3f1162458e295b0c0adcd5cbd41529ca9ca7c4d (diff)
downloadcontext-095d5c305c2c8b536710a5b0ef5e104f07995fb5.tar.gz
2015-08-24 15:07:00
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index 3b169143e..769438f47 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -580,9 +580,10 @@ local function toligature(kind,lookupname,head,start,stop,char,markflag,discfoun
return head, start
end
-- needs testing (side effects):
- local components = getfield(base,"components")
+ local components = getfield(start,"components")
if components then
- flush_node_list(components)
+-- we get a double free .. needs checking
+-- flush_node_list(components)
end
--
local prev = getprev(start)