Greg Boehnlein wrote:
> What can I do to debug this?
Try going into the Makefile and enabling MALLOC_DEBUG. Then, see if
that can help you narrow down where the leak is coming from.
You can view malloc debugging with:
*CLI> show memory allocations [filename]
*CLI> show memory summary [filename]
Russell