mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
list: clean next pointer on append
This commit is contained in:
parent
18038799f0
commit
aae090ab4e
@ -46,6 +46,7 @@
|
||||
x_item->prev = m_last; \
|
||||
m_last->next = x_item; \
|
||||
} \
|
||||
x_item->next = NULL; \
|
||||
}
|
||||
|
||||
#define US_LIST_APPEND_C(x_first, x_item, x_count) { \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user