Running our Corona app with Instruments, I instantly get dozens of small memory leaks in Leaked Object icu::UVector64 and icu:RegexMatcher, with Responsible Frame in the NSRegularExpression class (mostly initWithPattern).
Is it related to something wrong with my code, or is it a problem with the Corona core?
Will this be fixed in coming builds? (Let me know if I should send log data of any kind)
Will it cause submission problems?