ObjFW  Diff

Differences From Artifact [d951599798]:

To Artifact [99b26a69a8]:


974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
}

- initWithContentsOfURL: (OFURL*)URL
	       encoding: (of_string_encoding_t)encoding
{
	void *pool;
	OFString *scheme;
# if defined(OF_HAVE_FILES) || defined(OF_HAVE_SOCKETS)
	Class c = [self class];
# endif

	[self release];

	pool = objc_autoreleasePoolPush();








|







974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
}

- initWithContentsOfURL: (OFURL*)URL
	       encoding: (of_string_encoding_t)encoding
{
	void *pool;
	OFString *scheme;
# ifdef OF_HAVE_FILES
	Class c = [self class];
# endif

	[self release];

	pool = objc_autoreleasePoolPush();