ObjFW  Diff

Differences From Artifact [688eaf3047]:

To Artifact [c2387049cc]:


123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
			[pool release];
			@throw [OFOutOfMemoryException exceptionWithClass: isa];
		default:
			assert(0);
		}
	}

	[changeList removeNItems: [changeList count]];

	if (events == 0) {
		[pool release];
		return NO;
	}

	for (i = 0; i < events; i++) {







|







123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
			[pool release];
			@throw [OFOutOfMemoryException exceptionWithClass: isa];
		default:
			assert(0);
		}
	}

	[changeList removeAllItems];

	if (events == 0) {
		[pool release];
		return NO;
	}

	for (i = 0; i < events; i++) {