mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
2508bae63e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue