Fix memory leak when calling define-compound with gensyms
parent
a7878ded4c
commit
6697c6cb35
|
@ -45,7 +45,7 @@ SYMBOL: crossref
|
|||
: (add-crossref) crossref get [ dupd nest set-hash ] bind ;
|
||||
|
||||
: add-crossref ( word -- )
|
||||
crossref get [
|
||||
crossref get over word-vocabulary and [
|
||||
dup dup uses [ (add-crossref) ] each-with
|
||||
] when drop ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue