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.
Loading
Please register or sign in to comment