Thread: Goodbye
View Single Post
Old 12-01-2009, 09:56 PM   #11
AlumiuN
Vodka-Induced Entertainment
 
AlumiuN's Avatar

 
Join Date: Jan 2008
Location: Christchurch, New Zealand
Posts: 1,044
Default

temp = data->prev;
temp->next = data->next->next;
free(data);



assert ("We will miss you");

data = malloc(sizeof(data)); // In case of return...

return(1);
__________________


Lies are for those who cannot handle the truth, but truth is for those who cannot handle the lies.
AlumiuN is offline                         Send a private message to AlumiuN
Reply With Quote