mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
left this out of the last commit
This commit is contained in:
parent
c34d940361
commit
788a925fb0
1 changed files with 1 additions and 3 deletions
|
@ -1546,8 +1546,7 @@ static int static_lastid = 0;
|
|||
NSMutableArray * pathComponents;
|
||||
NSString * path;
|
||||
|
||||
NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count],
|
||||
* flatFileList = [[NSMutableArray alloc] initWithCapacity: count];
|
||||
NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count];
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
|
@ -1568,7 +1567,6 @@ static int static_lastid = 0;
|
|||
|
||||
fFileList = [[NSArray alloc] initWithArray: fileList];
|
||||
[fileList release];
|
||||
[flatFileList release];
|
||||
}
|
||||
|
||||
- (void) insertPath: (NSMutableArray *) components forSiblings: (NSMutableArray *) siblings withParent: (NSMutableDictionary *) parent
|
||||
|
|
Loading…
Reference in a new issue