eclipse-arrowhead / core-java-spring

Eclipse Public License 2.0
26 stars 51 forks source link

Core Common: Resource leak in JDBCConnectionFactoryForLog4J2 #353

Closed rbocsi closed 2 years ago

rbocsi commented 2 years ago

From Facebook Infer analysis:

core-common/src/main/java/eu/arrowhead/common/log4j2/JDBCConnectionFactoryForLog4J2.java:82: error: Resource Leak resource of type java.io.FileInputStream acquired by call to FileInputStream(...) at line 78 is not released after line 82.