]> git.sesse.net Git - vlc/commitdiff
Fix for destroy() method.
authorFilippo Carone <littlejohn@videolan.org>
Sun, 13 May 2007 20:51:27 +0000 (20:51 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 13 May 2007 20:51:27 +0000 (20:51 +0000)
bindings/java/org/videolan/jvlc/JVLC.java

index 79c535f0654ba60f4904aa48e465f573b4b18e8e..2bedead2ba4fcd45c147fd44b79fc0f37ad78033 100644 (file)
@@ -91,10 +91,7 @@ public class JVLC implements Runnable {
      */
     public void destroy() {
        beingDestroyed = true;
-       if (!beingDestroyed)
-       {
-               _destroy();
-       }
+       _destroy();
     }