зеркало из https://github.com/mozilla/pjs.git
bug 200999, crash with more than on xsl:strip- or preserve-space, r=sicking, sr=peterv
This commit is contained in:
Родитель
ee2eae95d5
Коммит
5d572d1b5a
|
@ -52,7 +52,7 @@ txStripSpaceItem::~txStripSpaceItem()
|
|||
{
|
||||
PRInt32 i, count = mStripSpaceTests.Count();
|
||||
for (i = 0; i < count; ++i) {
|
||||
delete NS_STATIC_CAST(txStripSpaceTest*, mStripSpaceTests[0]);
|
||||
delete NS_STATIC_CAST(txStripSpaceTest*, mStripSpaceTests[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче