mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
relinquish rather then assigning nil when emptying
This commit is contained in:
parent
76a1b0d92a
commit
54ed8e41e9
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ static Class concreteClass = Nil;
|
|||
*/
|
||||
for (i = 0; i < _count; i++)
|
||||
{
|
||||
pointerFunctionsAssign(&_pf, &_contents[i], 0);
|
||||
pointerFunctionsRelinquish(&_pf, &_contents[i]);
|
||||
}
|
||||
if (_contents != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue