Monotone-Parent: 94ff9caef87cde7157655b9f398a4481c6bf5b72

Monotone-Revision: 93bb2c6945d08d009e60e0b6280976b86b0b0aaf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-03T23:06:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-03 23:06:52 +00:00
parent 7737073752
commit 459ab3484e
12 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
unsigned int max;
max = [self count];
pointers = malloc (sizeof(id) * (max + 1));
pointers = NSZoneMalloc (NULL, sizeof(id) * (max + 1));
[self getObjects: pointers];
*(pointers + max) = nil;