зеркало из https://github.com/mozilla/pjs.git
Bug#274925: Fix SVG attribute leaks. r=sicking, sr=jst. SVG only - not part of default builds.
This commit is contained in:
Родитель
017a9d47e7
Коммит
8dc50d389c
|
@ -899,6 +899,13 @@ nsAttrValue::EnsureEmptyMiscContainer()
|
|||
delete cont->mAtomArray;
|
||||
break;
|
||||
}
|
||||
#ifdef MOZ_SVG
|
||||
case eSVGValue:
|
||||
{
|
||||
NS_RELEASE(cont->mSVGValue);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
{
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче