Object Pascal Linked list destructor leaves one block unfreed
Implementing the destructor for this singly linked list class in Object Pascal, why is there always one memory block left unfreed at the end?
Implementing the destructor for this singly linked list class in Object Pascal, why is there always one memory block left unfreed at the end?