Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)

Home Page:http://www.pi4j.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.Process streams not being closed properly

savageautomate opened this issue · 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.