diff --git a/bind/objc/seq_darwin.m.support b/bind/objc/seq_darwin.m.support index 2c604b0..596b9b0 100644 --- a/bind/objc/seq_darwin.m.support +++ b/bind/objc/seq_darwin.m.support @@ -270,6 +270,7 @@ nstring go_seq_from_objc_string(NSString *s) { self = [super init]; if (self) { _next = 42; + _refs = [[NSMutableDictionary alloc] init]; _objs = [[NSMutableDictionary alloc] init]; } return self;