Fix for bug 110729. Prevent mail display pane to open a pluging in full page mode. Fix also an uninitialized pointer. Patch provided by av. R=ducarroz, SR=beard

git-svn-id: svn://10.0.0.236/trunk@134105 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
2002-11-19 15:30:03 +00:00
parent 7bfdf9ceaf
commit ed544e36f2
2 changed files with 10 additions and 5 deletions

View File

@@ -986,7 +986,6 @@ PluginListener::PluginListener(PluginViewerImpl* aViewer)
NS_INIT_ISUPPORTS();
mViewer = aViewer;
NS_ADDREF(aViewer);
mNextStream = nsnull;
}
PluginListener::~PluginListener()