ObjFW  Diff

Differences From Artifact [112ff9e77e]:

To Artifact [ac0201bdd3]:


1698
1699
1700
1701
1702
1703
1704


1705
1706




1707
1708
1709
1710
1711
1712
1713
	} @finally {
		OFFreeMemory(value);
		close(fd);
	}
# endif

	[*data retain];



	objc_autoreleasePoolPop(pool);




}

- (void)setExtendedAttributeData: (OFData *)data
			 andType: (id)type
			 forName: (OFString *)name
		     ofItemAtIRI: (OFIRI *)IRI
{







>
>


>
>
>
>







1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
	} @finally {
		OFFreeMemory(value);
		close(fd);
	}
# endif

	[*data retain];
	if (type != NULL)
		[*type retain];

	objc_autoreleasePoolPop(pool);

	[*data autorelease];
	if (type != NULL)
		[*type autorelease];
}

- (void)setExtendedAttributeData: (OFData *)data
			 andType: (id)type
			 forName: (OFString *)name
		     ofItemAtIRI: (OFIRI *)IRI
{