We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 663cdb7 + 886e2ae commit 081bc3aCopy full SHA for 081bc3a
1 file changed
src/include/sof/list.h
@@ -79,6 +79,7 @@ static inline void list_item_del(struct list_item *item)
79
{
80
item->next->prev = item->prev;
81
item->prev->next = item->next;
82
+ list_init(item);
83
}
84
85
/* delete item from the list list iteam will be reinitialised
0 commit comments