release simple cache on stop
This commit is contained in:
parent
1081d7e697
commit
295df08a46
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ public class MultiPlayer implements Playback {
|
|||
|
||||
@Override
|
||||
public void stop() {
|
||||
simpleCache.release();
|
||||
exoPlayer.release();
|
||||
|
||||
exoPlayer = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue