mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix minor leaks
This commit is contained in:
parent
149acc40ae
commit
c307a04a39
2 changed files with 2 additions and 0 deletions
|
@ -2274,6 +2274,7 @@ static NSCharacterSet *queryItemCharSet = nil;
|
|||
*/
|
||||
[m removeCharactersInString: @"&="];
|
||||
queryItemCharSet = [m copy];
|
||||
RELEASE(m);
|
||||
LEAVE_POOL
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue