Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2009-02-27 14:16:23 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
153b1d380f89d10ae07e7d4f3bf353ce9a8a39b7
153b1d38
1 parent
47ba6038
**PEDANT STRIKES!** Fix a memory leak in one of the unit tests
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ASIFormDataRequestTests.m
ASIFormDataRequestTests.m
View file @
153b1d3
...
...
@@ -24,7 +24,7 @@
ASIFormDataRequest
*
request
=
[[[
ASIFormDataRequest
alloc
]
initWithURL
:
url
]
autorelease
];
NSDate
*
d
=
[
NSDate
new
];
NSDate
*
d
=
[
NSDate
date
];
#if TARGET_OS_IPHONE
NSValue
*
v
=
[
NSValue
valueWithCGRect
:
CGRectMake
(
0
,
0
,
200
,
200
)];
#else
...
...
Please
register
or
login
to post a comment