Skip to content

Commit

Permalink
Fixing mem leak
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Dec 3, 2009
1 parent 4065467 commit a6314be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/NSInvocationUtilsTest.m
Expand Up @@ -146,6 +146,8 @@ - (void)testProxyDelegate {
// Wait for thread to call
[NSThread sleepForTimeInterval:0.3];
GHAssertTrue(invokeTestProxyDelegateCalled_, nil);
[thread autorelease];
[test autorelease];
}

- (void)_threadMain:(id)test {
Expand Down

0 comments on commit a6314be

Please sign in to comment.