Skip to content

Commit 544428f

Browse files
committed
Fixed memory leak.
1 parent 5e2db84 commit 544428f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/com/darkprograms/speech/recognizer/GSpeechDuplex.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public void run() {
202202
}
203203

204204
}
205+
inStream.close();
205206
System.out.println("Finished write on down stream...");
206207
}
207208
}.start();

0 commit comments

Comments
 (0)