robocat / MiawKit

A set of utilities that gives localization in Objective-C and Swift a little more miaw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weak pointer array should get cleared of NULLs

ulrikdamm opened this issue · comments

MKLocalization uses a weak pointer array for keeping track of localizable objects. When these objects are freed, they will leave a NULL pointer in the array. The array should be cleared of NULLs at some point.

Addressed in bcd196d