jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 437 forks source link

播放完视频,导致Activity 内存泄漏 #102

Open chrisArthas opened 4 years ago

chrisArthas commented 4 years ago

device-2019-10-15-105701

Android版本 5.1.1 播放器版本 335_291_009

在一个Activity内播放完视频后退出,leakcanary 报如上内存泄漏

在Activity onDestroy 内 调用如下方法 依旧无效 baseVideoView.setOnPlayerEventListener(null); baseVideoView.setOnReceiverEventListener(null); baseVideoView.setEventHandler(null);

BaseVideoView是否能提供一个 在 onDestroy 内调用的 解注册监听的方法