On Saturday, 31 December 2016 at 02:36:01 UTC, rikki cattermole wrote:
No, my understand is thus:

 next = current.next;
 theAllocator.dispose(current);

When current is deallocated, current is pointing to free'd memory. After that point it should be segfaulting when you try to access it *I think*.

Huh, alright. I see what you mean. I'll keep this in mind.

Reply via email to