diff options
author | Adam Domurad <[email protected]> | 2013-04-24 11:06:49 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-04-24 11:06:49 -0400 |
commit | 7b41471de413b4fe7e8cb2d2551b44541aea3fd7 (patch) | |
tree | 0df913b0fbf8165aaaaa897141eead6219ce39c9 /plugin/icedteanp | |
parent | dfbd349f02bf60a694a80e4c93b24ed2f1413587 (diff) |
Remove unnecessary line that can result in NPE
Diffstat (limited to 'plugin/icedteanp')
-rw-r--r-- | plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java index 2951b13..8423c5d 100644 --- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java +++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java @@ -1495,8 +1495,6 @@ public class PluginAppletViewer extends XEmbeddedFrame if (cl instanceof JNLPClassLoader.CodeBaseClassLoader) cl = ((JNLPClassLoader.CodeBaseClassLoader) cl).getParentJNLPClassLoader(); - ThreadGroup tg = ((JNLPClassLoader) cl).getApplication().getThreadGroup(); - appletShutdown(p); appletPanels.removeElement(p); |