зеркало из https://github.com/mozilla/pjs.git
Correction to the fix to bug 104940 (r=peterl, sr=waterson) -- memory leak avoided
This commit is contained in:
Родитель
b5a2e1c699
Коммит
26acf161ca
|
@ -4366,8 +4366,10 @@ nsresult nsPluginHostImpl::ScanPluginsDirectory(nsPluginsDir& pluginsDir,
|
|||
continue;
|
||||
|
||||
// if we don't have mime type -- don't proceed, this is not a plugin
|
||||
if(!info.fMimeTypeArray)
|
||||
if(!info.fMimeTypeArray) {
|
||||
pluginFile.FreePluginInfo(info);
|
||||
continue;
|
||||
}
|
||||
|
||||
nsPluginTag* pluginTag = new nsPluginTag(&info);
|
||||
pluginFile.FreePluginInfo(info);
|
||||
|
|
Загрузка…
Ссылка в новой задаче