mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
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:
parent
56eef264d9
commit
74051c3e8c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user