1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00

Fix: Added required unlocking on refobject unrefing

This commit is contained in:
Philipp Schafft 2018-12-18 20:42:28 +00:00
parent 82e962538e
commit 6b8df52a23

View File

@ -166,6 +166,7 @@ int igloo_ro_unref(igloo_ro_t self)
/* only clear the object */
base->associated = igloo_RO_NULL;
base->name = NULL;
igloo_thread_mutex_unlock(&(base->lock));
} else {
igloo_ro__destory(base);
}