Van Snyder (12024-12-12):Some languages have dynamic-memory facilities that inherently do notleak, unless you are intentionally careless.There is nothing more careless in adding an element to a hash table andforgetting to remove it than in malloc()ing a memory area and forgettingto free()it.