Test for Linked List written

This commit is contained in:
Jan Hutter
2005-11-03 12:24:10 +00:00
parent 721983f58e
commit 1db30ec757
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ static status_t destroy_linked_list(linked_list_t *linked_list)
}
}
pfree(this);
return FAILED;
return SUCCESS;
}