mirror of https://github.com/swig/swig
Java director_thread forget to call stop. (#2959)
Signed-off-by: Erez Geva <ErezGeva2@gmail.com>
This commit is contained in:
parent
8b256f0ac5
commit
5951390be7
|
@ -21,6 +21,7 @@ public class director_thread_runme {
|
|||
if (d.getVal() >= 0) {
|
||||
throw new RuntimeException("Failed. Val: " + d.getVal());
|
||||
}
|
||||
d.stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue