Pi4J/pi4j-v1

java.lang.Process streams not being closed properly

savageautomate opened this issue · 1 comments

FROM: https://groups.google.com/forum/#!topic/pi4j/xFWOzxaHaio

...there are places where java.lang.Process is used but the streams are not closed. All streams must be closed after the process completes otherwise there will be a memory leak.

Issue fixed.