Fixed a memory leak in lash. It seems that close_all was calling close()
directly instead of calling mark_closed(), which allowed the memory allocated by mark_open() to never be freed. -Erik
This commit is contained in:
directly instead of calling mark_closed(), which allowed the memory allocated by mark_open() to never be freed. -Erik