acomminos / Jumble

An Android service implementation of the Mumble protocol.
GNU General Public License v3.0
90 stars 51 forks source link

Leak in AudioOutput.java #16

Open jlee6 opened 8 years ago

jlee6 commented 8 years ago

mDecodeExecutorService gets leaked. need to shutdown the executor on stopPlaying in AudioOutput.java