mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
Fixed table initialization.
This commit is contained in:
@@ -77,7 +77,7 @@ static NSMapTable *serverTable = nil;
|
||||
{
|
||||
if (!serverTable)
|
||||
{
|
||||
serverTable = [NSMapTable mapTableWithStrongToWeakObjects];
|
||||
serverTable = NSCreateMapTable(NSObjectMapKeyCallBacks, NSNonRetainedObjectMapValueCallBacks, 128);
|
||||
[serverTable retain];
|
||||
}
|
||||
lasso_init ();
|
||||
|
||||
Reference in New Issue
Block a user