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.


git-svn-id: svn://10.0.0.236/trunk@165356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2004-11-15 02:39:30 +00:00
parent 21b9af452d
commit b3e0781e6d

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