SharedLibraryLoader: Fix leaked Closeable warning
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
da1188c6ee
commit
a62bd28e1f
@ -56,6 +56,7 @@ public final class SharedLibraryLoader {
|
||||
}
|
||||
out.getFD().sync();
|
||||
}
|
||||
zipFile.close();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user