我有一个类充当NSMutableDictionary的子类(主要是通过委托(delegate)),因为我们有一些围绕字典的自定义接口(interface)。运行ios泄漏工具时,它会将我的keyEnumerator方法识别为NSFastEnumerationEnumerator对象泄漏的来源。这是我的keyEnumeration方法,作为包装的NSMutableDictionary的委托(delegate)。-(NSEnumerator*)keyEnumerator{return[dictionarykeyEnumerator];}泄漏的回溯总是显示一个枚举器作为源:-(void)so