Commit 8c55cd78 by Richard Kenner

(__objc_init_protocols): Need to unlock mutex.

From-SVN: r12258
parent 5840aa5b
......@@ -340,6 +340,7 @@ __objc_init_protocols (struct objc_protocol_list* protos)
if (!proto_class)
{
unclaimed_proto_list = list_cons (protos, unclaimed_proto_list);
objc_mutex_unlock(__objc_runtime_mutex);
return;
}
......
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