Adium

Changeset 24314

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

Another autorelease. Fixes #10453

Files:

Legend:

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

    r24313 r24314  
    289289                if (directory) { 
    290290                        // handle the creation of the directory xml 
    291                         NSXMLElement *directory = [[NSXMLElement alloc] initWithName:@"dir"]; 
     291                        NSXMLElement *directory = [[[NSXMLElement alloc] initWithName:@"dir"] autorelease]; 
    292292                        NSString *posixFlags = [self posixFlagsForPath: newPath]; 
    293293                        if (posixFlags != nil) {