corrupted double linked list error in runtime

Hi,
I've been working on a maintenance C++ project. When I add a new pointer to the header of the related class, it give corrupted double linked list error in runtime while it passes in compile time..

Could you please help about this ?
The problem is in line 37 of your code. You're forgetting to initialise a pointer.
Topic archived. No new replies allowed.