When you append a new data item to a tstlist instance the node that it creates is not initialized properly. The fNext pointer should be set to nil since this is the new tail of the list. It is not being set to anything.
Log in to post a comment.