mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix obscure memory management issues
This commit is contained in:
parent
1c2b81d724
commit
235bb21df3
3 changed files with 10 additions and 13 deletions
|
@ -1012,7 +1012,7 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
|
|||
}
|
||||
else
|
||||
{
|
||||
entity = @""; // not resolved
|
||||
ASSIGN(entity, @""); // not resolved
|
||||
}
|
||||
return entity;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue