Adium

Changeset 24311

Show
Ignore:
Timestamp:
07/13/2008 04:11:04 PM (6 months ago)
Author:
catfish_man
Message:

More autorelease fixage. Fixes #10450

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Bonjour/libezv/Classes/EKEzvOutgoingFileTransfer.m

    r23523 r24311  
    245245 
    246246        /*Add the name */ 
    247         NSXMLElement *name = [[NSXMLElement alloc] initWithName:@"name" stringValue:[newPath lastPathComponent]]; 
     247        NSXMLElement *name = [[[NSXMLElement alloc] initWithName:@"name" stringValue:[newPath lastPathComponent]] autorelease]; 
    248248        [root addChild:name]; 
    249249        NSArray *children = [self generateXMLFromDirectory:newPath];