Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
rfm 2025-03-09 08:41:12 +00:00
commit 2508bae63e

View file

@ -507,6 +507,7 @@ setAssociation(association *a, const void *key, id value,
value = [value retain];
break;
default:
break;
}
oldObject = a->value;
@ -525,6 +526,7 @@ setAssociation(association *a, const void *key, id value,
[oldObject release];
break;
default:
break;
}
}