1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Comment out fromPath release until I work out why it makes Hugo's Tomahawk unhappy

This commit is contained in:
Leo Franchi 2012-06-08 23:06:54 +03:00
parent ee76eb3dee
commit 2462c27f05

View File

@ -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];
}