Bug 269472 Crash opening about:plugins[@ JS_GetPrivate][@ PL_strcmp]

Caused by the careless fix for:
Bug 265936 Memory leak in nsPluginHostImpl::ScanPluginsDirectory()
I'm backing it out. People can play with it in their tree.
This commit is contained in:
timeless%mozdev.org 2004-11-15 02:39:30 +00:00
parent 56eef264d9
commit 74051c3e8c

View File

@ -4858,8 +4858,6 @@ nsresult nsPluginHostImpl::ScanPluginsDirectory(nsIFile * pluginsDir,
// if we are not creating the list, just continue the loop
// no need to proceed if changes are detected
if (!aCreatePluginList) {
delete pluginTag;
if (*aPluginsChanged)
return NS_OK;
else