]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/java/src/org/ocera/orte/examples/hello/Subscriber.java
JORTE: incorporate new application domain destruction into example
[orte.git] / orte / java / src / org / ocera / orte / examples / hello / Subscriber.java
index 397c6a3ddda3f34553885a301e791c3168e8ba2c..316378622921a28fc90b3a3e1e70a0ea58b04208 100644 (file)
@@ -114,6 +114,7 @@ public class Subscriber {
        }
 
        sub.destroy();
+       appDomain.destroy();
   }
 
 }