修复PPortraitLiveManager一处内存泄漏
This commit is contained in:
parent
0d422177ac
commit
17d18eff98
@ -731,6 +731,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
mContext.finish();
|
||||
}
|
||||
isQuitF = false;
|
||||
mContext = null;//上下文置空防止内存泄漏
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user