Skip to content
Snippets Groups Projects
Commit a6308a43 authored by ram's avatar ram
Browse files

When we reallocate vectors to grow them, clear the old vector so that it won't

hold onto garbage (in case the vector was in static space, but pointed to
dynamic values.)  This was a major cause of memory leakage in Hemlock.
parent bc45861a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment