1
0
Fork 0

Fix: Removed unlock as we are already unlocked

This commit is contained in:
Philipp Schafft 2020-12-06 10:15:36 +00:00
parent fa504140a3
commit 7898155cd1
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ igloo_ro_t igloo_ro_get_instance(igloo_ro_t self)
*/
if (!igloo_RO_IS_NULL(ret)) {
if (igloo_ro_ref(ret) != igloo_ERROR_NONE) {
igloo_thread_mutex_unlock(&(base->lock));
return igloo_RO_NULL;
}
}