Van Snyder (12024-12-12):
> Some languages have dynamic-memory facilities that inherently do not
> leak, unless you are intentionally careless.

There is nothing more careless in adding an element to a hash table and
forgetting to remove it than in malloc()ing a memory area and forgetting
to free()it.

-- 
  Nicolas George

Reply via email to