Skip to content

Commit 9c7016a

Browse files
committed
Merge branch 'branch3.0'
2 parents 175100b + 064d37d commit 9c7016a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/SBJsonStreamWriter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ - (id)init {
6969
if (self) {
7070
maxDepth = 32u;
7171
stateStack = [[NSMutableArray alloc] initWithCapacity:maxDepth];
72-
state = [[SBJsonStreamWriterStateStart alloc] init];
72+
state = [SBJsonStreamWriterStateStart sharedInstance];
7373
}
7474
return self;
7575
}

0 commit comments

Comments
 (0)