Fix analysis warning

This commit is contained in:
Cameron Gutman
2016-02-16 10:37:59 -05:00
parent d7adf96f3a
commit b222ccffbb

View File

@@ -14,7 +14,8 @@
@implementation TemporaryHost
- (id) init {
- (id) init {
self = [super init];
self.appList = [[NSMutableSet alloc] init];
return self;