Skip to content

Commit

Permalink
fix for a NullPointerException caused by closing a JSBaseAudioRecordi…
Browse files Browse the repository at this point in the history
…ngStream while it is playing
  • Loading branch information
ddf committed Dec 3, 2013
1 parent 5933533 commit a24b291
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified library/jsminim.jar
Binary file not shown.
Binary file modified library/minim.jar
Binary file not shown.
1 change: 0 additions & 1 deletion src/ddf/minim/javasound/JSBaseAudioRecordingStream.java
Expand Up @@ -450,7 +450,6 @@ public void close()
catch ( IOException e )
{
}
ais = null;

line.flush();
line.close();
Expand Down

0 comments on commit a24b291

Please sign in to comment.