[libbluray-devel] Set BDJActionQueue to null when shutting down BD-J

tourettes git at videolan.org
Sun Feb 23 09:47:43 CET 2014


libbluray | branch: master | tourettes <tourettes at team-mediaportal.com> | Sat Feb 22 21:53:47 2014 +0200| [7864f76c3f4a8b57e02c0ef8e754ca73e7df8bd0] | committer: hpi1

Set BDJActionQueue to null when shutting down BD-J

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=7864f76c3f4a8b57e02c0ef8e754ca73e7df8bd0
---

 src/libbluray/bdj/java/org/videolan/BDJLoader.java |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libbluray/bdj/java/org/videolan/BDJLoader.java b/src/libbluray/bdj/java/org/videolan/BDJLoader.java
index 01b7791..c2cdaf6 100644
--- a/src/libbluray/bdj/java/org/videolan/BDJLoader.java
+++ b/src/libbluray/bdj/java/org/videolan/BDJLoader.java
@@ -98,6 +98,7 @@ public class BDJLoader {
             logger.error("shutdown() failed: " + e);
             e.printStackTrace();
         }
+        queue = null;
     }
 
     private static boolean loadN(TitleImpl title, boolean restart) {



More information about the libbluray-devel mailing list