ObjFW  Diff

Differences From Artifact [a224fd5a05]:

To Artifact [c1cd16a470]:


204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
		free(value);
		free(otherValue);
	}

	return ret;
}

- (uint32_t)hash
{
	size_t size = of_sizeof_type_encoding(self.objCType);
	unsigned char *value;
	uint32_t hash;

	if ((value = malloc(size)) == NULL)
		@throw [OFOutOfMemoryException







|







204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
		free(value);
		free(otherValue);
	}

	return ret;
}

- (unsigned long)hash
{
	size_t size = of_sizeof_type_encoding(self.objCType);
	unsigned char *value;
	uint32_t hash;

	if ((value = malloc(size)) == NULL)
		@throw [OFOutOfMemoryException