Commit 4715617e authored by Mark Grondona's avatar Mark Grondona
Browse files

o move list_mutex_unlock() back above list_iterator_free()

   in list_iterator_destroy(). This caused a race condition
   where iterator could be pointing to new list by the time
   list_mutex_unlock() was called.
parent 228eb43e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment