Adium

Changeset 24316

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

Another autorelease. Fixes #10455

Files:

Legend:

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

    r24315 r24316  
    238238        NSString *newPath = [self localFilename]; 
    239239        /*Create the dir */ 
    240         NSXMLElement *root = [[NSXMLElement alloc] initWithName:@"dir"]; 
     240        NSXMLElement *root = [[[NSXMLElement alloc] initWithName:@"dir"] autorelease]; 
    241241        NSString *posixFlags = [self posixFlagsForPath: newPath]; 
    242242        if (posixFlags != nil) {