kraison/vivace-graph-v3

Fix prolog-gensym symbol/string leak

Closed this issue · 1 comments

Something about how automatically generated prolog functor names are used is keeping them from being garbage collected. Look through all calls to prolog-gensym in prologc.lisp and trace the leak.

Calling this done enough for now. This update also makes the buffer pool optional.