From 2462c27f05618a88f6a206b095096c9cfa0e83eb Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 8 Jun 2012 23:06:54 +0300 Subject: [PATCH] Comment out fromPath release until I work out why it makes Hugo's Tomahawk unhappy --- src/libtomahawk/mac/FileHelpers.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/mac/FileHelpers.mm b/src/libtomahawk/mac/FileHelpers.mm index 3e3c01d27..b8a0f0cce 100644 --- a/src/libtomahawk/mac/FileHelpers.mm +++ b/src/libtomahawk/mac/FileHelpers.mm @@ -203,7 +203,7 @@ static BOOL AuthorizationExecuteWithPrivilegesAndWait(AuthorizationRef authoriza NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:success], TKInstallerResultKey, [info objectForKey:TKInstallerDelegateKey], TKInstallerDelegateKey, error, TKInstallerErrorKey, nil]; [self notifyDelegate:dict]; - [fromPath release]; +// [fromPath release]; [toPath release]; }