Fixed LOCK() -> UNLOCK().

Thanks to TOM!
main
theraven 16 years ago
parent ae11414b4d
commit 01559280f3

@ -115,5 +115,5 @@ void objc_sync_exit(id obj)
{
Class lockClass = findLockClass(obj);
mutex_t *lock = object_getIndexedIvars(lockClass);
LOCK(lock);
UNLOCK(lock);
}

Loading…
Cancel
Save