mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
More leak fixups
This commit is contained in:
parent
42fa1bf04a
commit
96bbc05b18
6 changed files with 17 additions and 13 deletions
|
@ -16,7 +16,7 @@ int main()
|
|||
|
||||
httpURL = [NSURL URLWithString: @"http://www.gnustep.org"];
|
||||
|
||||
TEST_FOR_CLASS(@"NSURLConnection", [NSURLConnection alloc],
|
||||
TEST_FOR_CLASS(@"NSURLConnection", AUTORELEASE([NSURLConnection alloc]),
|
||||
"NSURLConnection +alloc returns an NSURLConnection");
|
||||
|
||||
mutable = [NSMutableURLRequest requestWithURL: httpURL];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue