mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix leaks in testcases
This commit is contained in:
parent
6f7a4d74c2
commit
b46439ba15
7 changed files with 15 additions and 10 deletions
|
@ -97,7 +97,7 @@ int main()
|
|||
[obj count] == 0,
|
||||
"-description gives us a text property-list");
|
||||
|
||||
dict = [[NSMutableDictionary dictionaryWithObjects:vals1 forKeys:keys1] retain];
|
||||
dict = [NSMutableDictionary dictionaryWithObjects:vals1 forKeys:keys1];
|
||||
PASS(dict != nil &&
|
||||
[dict isKindOfClass:[NSMutableDictionary class]] &&
|
||||
[dict count] == 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue