【问题标题】:I can't found the leak , my project rootview is remove我找不到泄漏,我的项目 rootview 已删除 【发布时间】:2019-10-08 09:23:34 【问题描述】: the leak image 我找不到泄漏点,rootview 在哪里销毁 【问题讨论】: 标签: leakcanary 【解决方案1】: 您需要重写 HomeCultureListFrament.onDestroyView() 并将 mRootView 设置为 null。片段视图应该在 onDestroyView() 中释放 【讨论】: