mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 15:40:32 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user