ObjFW  Diff

Differences From Artifact [0ca3c45556]:

To Artifact [0dc708bfc9]:


567
568
569
570
571
572
573
574
575
576
	if (parseObject([self items], count, &object, depthLimit) != count)
		@throw [OFInvalidFormatException exception];

	[object retain];

	objc_autoreleasePoolPop(pool);

	return object;
}
@end







|


567
568
569
570
571
572
573
574
575
576
	if (parseObject([self items], count, &object, depthLimit) != count)
		@throw [OFInvalidFormatException exception];

	[object retain];

	objc_autoreleasePoolPop(pool);

	return [object autorelease];
}
@end