Java director_thread forget to call stop. (#2959)

Signed-off-by: Erez Geva <ErezGeva2@gmail.com>
This commit is contained in:
Erez Geva 2024-07-17 08:17:10 +02:00 committed by GitHub
parent 8b256f0ac5
commit 5951390be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class director_thread_runme {
if (d.getVal() >= 0) {
throw new RuntimeException("Failed. Val: " + d.getVal());
}
d.stop();
}
}