Revision: 7165
http://skim-app.svn.sourceforge.net/skim-app/?rev=7165&view=rev
Author: hofman
Date: 2011-03-15 18:19:21 +0000 (Tue, 15 Mar 2011)
Log Message:
-----------
fix a leak
Modified Paths:
--------------
trunk/vendorsrc/andymatuschak/Sparkle/SUBasicUpdateDriver.m
Modified: trunk/vendorsrc/andymatuschak/Sparkle/SUBasicUpdateDriver.m
===================================================================
--- trunk/vendorsrc/andymatuschak/Sparkle/SUBasicUpdateDriver.m 2011-03-14
18:18:41 UTC (rev 7164)
+++ trunk/vendorsrc/andymatuschak/Sparkle/SUBasicUpdateDriver.m 2011-03-15
18:19:21 UTC (rev 7165)
@@ -256,7 +256,7 @@
static BOOL postponedOnce = NO;
if (!postponedOnce && [[updater delegate]
respondsToSelector:@selector(updater:shouldPostponeRelaunchForUpdate:untilInvoking:)])
{
- NSInvocation *invocation = [NSInvocation
invocationWithMethodSignature:[[[self class]
instanceMethodSignatureForSelector:@selector(relaunchHostApp)] retain]];
+ NSInvocation *invocation = [NSInvocation
invocationWithMethodSignature:[[self class]
instanceMethodSignatureForSelector:@selector(relaunchHostApp)]];
[invocation setSelector:@selector(relaunchHostApp)];
[invocation setTarget:self];
postponedOnce = YES;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit