iosMath icon indicating copy to clipboard operation
iosMath copied to clipboard

Won't this code cause retain cycle?

Open PetrGuan opened this issue 2 years ago • 0 comments

Inside MTFont.m file:

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

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

PetrGuan avatar Nov 03 '21 11:11 PetrGuan