This commit is contained in:
leaf%mozilla.org 2000-05-27 01:18:07 +00:00
Родитель 3d7b682c98
Коммит adecf49b84
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -770,6 +770,7 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
}
//we are done with args, time to free the strings therein
PRInt32 j;
for (j = 0; j < argCount; j++) {
nsAllocator::Free(args[j]);
}

Просмотреть файл

@ -770,6 +770,7 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
}
//we are done with args, time to free the strings therein
PRInt32 j;
for (j = 0; j < argCount; j++) {
nsAllocator::Free(args[j]);
}