6 Jun
2012
6 Jun
'12
4:52 a.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
This usage of list is broken here as well. list_init should be called before list_add_head (so calling it early in initialization code will fix both problems).
There's no reason to call list_init on list entries, it should only be called on the actual list. -- Alexandre Julliard julliard(a)winehq.org