New sogo-tool cleanup user feature (cont'd)

This commit is contained in:
Francis Lachapelle
2016-12-01 10:27:22 -05:00
parent 9aa00d049d
commit 3e448d2c2c
3 changed files with 10 additions and 8 deletions

View File

@@ -92,7 +92,6 @@
int count, max;
lm = [SOGoUserManager sharedUserManager];
pool = [[NSAutoreleasePool alloc] init];
max = [users count];
user = [users objectAtIndex: 0];
@@ -127,9 +126,11 @@
users = allSqlUsers;
max = [users count];
[allSqlUsers autorelease];
}
}
pool = [[NSAutoreleasePool alloc] init];
allUsers = [NSMutableArray new];
for (count = 0; count < max; count++)
{