Van Snyder (12024-12-12): > > 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. > In languages that inherently do not leak (unless you are intentionally > careless)
Saying it in a simpler way: there is no such thing. -- Nicolas George