Fix obscure memory management issues

This commit is contained in:
rfm 2024-06-19 15:28:48 +01:00
parent 1c2b81d724
commit 235bb21df3
3 changed files with 10 additions and 13 deletions

View file

@ -1012,7 +1012,7 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
}
else
{
entity = @""; // not resolved
ASSIGN(entity, @""); // not resolved
}
return entity;
}