kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.36k stars 234 forks source link

Won't this code cause retain cycle? #166

Open PetrGuan opened 2 years ago

PetrGuan commented 2 years ago

Inside MTFont.m file:

self.mathTable = [[MTFontMathTable alloc] initWithFont:self mathTable:_rawMathTable]

MTFont holds MTFontMathTable, while at the same time MTFont holds MTFontMathTable