score: Fix intenal mutex attributes

A mutex must be released by its owner.
This commit is contained in:
Sebastian Huber
2016-03-16 07:14:30 +01:00
parent 474b9beeaa
commit f2f207cee7

View File

@@ -53,7 +53,7 @@ void _API_Mutex_Allocate(
CORE_mutex_Attributes attr = {
CORE_MUTEX_NESTING_ACQUIRES,
false,
true,
CORE_MUTEX_DISCIPLINES_PRIORITY_INHERIT,
0
};