修复PPortraitLiveManager一处内存泄漏

This commit is contained in:
zlzw 2022-12-05 15:24:03 +08:00
parent 0d422177ac
commit 17d18eff98

View File

@ -731,6 +731,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
mContext.finish();
}
isQuitF = false;
mContext = null;//上下文置空防止内存泄漏
}
@Override