Commit d27b6de1 by Oliver Woodman

Release AudioTrack when done.

parent 7f44d8f9
......@@ -380,7 +380,7 @@ public class LibopusAudioTrackRenderer extends TrackRenderer {
}
audioSessionId = AudioTrack.SESSION_ID_NOT_SET;
try {
audioTrack.reset();
audioTrack.release();
} finally {
inputBuffer = null;
outputBuffer = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment