Commit 0ed09d33 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Grmbl. Remove the stupid assert after merging commits.

parent 67677f32
......@@ -383,8 +383,7 @@ void vlc_mutex_unlock (vlc_mutex_t *p_mutex)
}
/* We release the mutex */
DWORD self = InterlockedExchange (&p_mutex->owner, 0);
assert (self == 0);
InterlockedExchange (&p_mutex->owner, 0);
/* fall through */
}
LeaveCriticalSection (&p_mutex->mutex);
......
Markdown is supported
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