Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 1eea8e230c07703bd2b5c4a203e6f32a > files > 5

jinput-2.0.7-0.20140526svn.1.mga5.src.rpm

Index: coreAPI/src/java/net/java/games/input/PluginClassLoader.java
===================================================================
--- coreAPI/src/java/net/java/games/input/PluginClassLoader.java	(revision 252)
+++ coreAPI/src/java/net/java/games/input/PluginClassLoader.java	(working copy)
@@ -128,6 +128,7 @@
         int length = (int)file.length();
         byte[] bytes = new byte[length];
         int length2 = fileInputStream.read(bytes);
+        fileInputStream.close();
         assert length == length2;
         return bytes;
     }