Changeset 24314
- Timestamp:
- 07/13/2008 04:18:25 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/Bonjour/libezv/Classes/EKEzvOutgoingFileTransfer.m
r24313 r24314 289 289 if (directory) { 290 290 // handle the creation of the directory xml 291 NSXMLElement *directory = [[ NSXMLElement alloc] initWithName:@"dir"];291 NSXMLElement *directory = [[[NSXMLElement alloc] initWithName:@"dir"] autorelease]; 292 292 NSString *posixFlags = [self posixFlagsForPath: newPath]; 293 293 if (posixFlags != nil) {