Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个代码的泄漏,但它应该是自动释放的?谁能解释为什么会泄漏?
-(NSString*)tagName { return @((const char*)_node->name); }
编辑
谢谢沙妮
发布的代码可能泄漏的唯一方法是没有自动释放池。如果是这种情况,您会看到一条控制台消息。
如果您需要进一步的帮助,请提供有关泄漏的更多信息,例如仪器屏幕截图或有关您如何检测泄漏的更多信息。