mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Comment out fromPath release until I work out why it makes Hugo's Tomahawk unhappy
This commit is contained in:
@@ -203,7 +203,7 @@ static BOOL AuthorizationExecuteWithPrivilegesAndWait(AuthorizationRef authoriza
|
|||||||
NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:success], TKInstallerResultKey, [info objectForKey:TKInstallerDelegateKey], TKInstallerDelegateKey, error, TKInstallerErrorKey, nil];
|
NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:success], TKInstallerResultKey, [info objectForKey:TKInstallerDelegateKey], TKInstallerDelegateKey, error, TKInstallerErrorKey, nil];
|
||||||
[self notifyDelegate:dict];
|
[self notifyDelegate:dict];
|
||||||
|
|
||||||
[fromPath release];
|
// [fromPath release];
|
||||||
[toPath release];
|
[toPath release];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user