Click here to Skip to main content
16,004,564 members

Comments by Member 12887991 (Top 3 by date)

Member 12887991 7-Dec-16 18:29pm View    
Sorry. It either says that i'm freeing a pointer that was not previously allocated or it crashes when i dereference the tmp pointer.
Member 12887991 5-Dec-16 13:19pm View    
Yes but i set the prev pointer only when creating a new tail record, so tail->prev gets set to tail , which i am updating shortly.

Are you saying i should also do tail->prev->next=tail->next ?

I'm sorry, i'm still new to this. Could you provide me an alternate way of doing it, i'm interested in doing what you said, it would be much better for an atomic operation.
Member 12887991 5-Dec-16 11:41am View    
I'm not sure what you updated but i think the formatting is now messed up :-)