Skip to content

Commit

Permalink
Include extracted nativeLib-file in on-exit deletion of Brotli4jLoader (
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rwe committed Feb 17, 2023
1 parent 4fac1e5 commit 95868ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public class Brotli4jLoader {
}

System.load(tempFile.getAbsolutePath());
tempFile.deleteOnExit();
} catch (Throwable throwable) {
cause = throwable;
}
Expand Down

0 comments on commit 95868ca

Please sign in to comment.