relinquish rather then assigning nil when emptying

This commit is contained in:
rfm 2025-01-08 22:31:12 +00:00
parent 76a1b0d92a
commit 54ed8e41e9

View file

@ -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)
{