Commit a2d20f55 authored by Filippo Carone's avatar Filippo Carone

Fix for destroy() method.

parent a1e8d3e9
...@@ -91,11 +91,8 @@ public class JVLC implements Runnable { ...@@ -91,11 +91,8 @@ public class JVLC implements Runnable {
*/ */
public void destroy() { public void destroy() {
beingDestroyed = true; beingDestroyed = true;
if (!beingDestroyed)
{
_destroy(); _destroy();
} }
}
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment