Adium

Changeset 24312

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

Another autorelease. Fixes #10451

Files:

Legend:

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

    r24311 r24312  
    324324                        } 
    325325 
    326                         NSXMLElement *name = [[NSXMLElement alloc] initWithName:@"name" stringValue:file]; 
     326                        NSXMLElement *name = [[[NSXMLElement alloc] initWithName:@"name" stringValue:file] autorelease]; 
    327327                        [fileXML addChild:name]; 
    328328