Description
org.apache.karaf.features.internal.region.Subsystem.getMetadata(StreamProvider) leaks java native memory because it creates a ZipInputStream it doesnt close, which leaves the Inflater open.
This leaks native memory:
http://www.evanjones.ca/java-native-leak-bug.html
the fix is to close the ZipInputStream instead of only the InputStream