Skip to content

Commit

Permalink
make synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 23, 2023
1 parent 19c6ac0 commit 6118e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public synchronized void loadTrustedSetup(final String trustedSetupFile) throws
}

@Override
public void freeTrustedSetup() throws KZGException {
public synchronized void freeTrustedSetup() throws KZGException {
try {
CKZG4844JNI.freeTrustedSetup();
loadedTrustedSetupFile = Optional.empty();
Expand Down

0 comments on commit 6118e78

Please sign in to comment.