зеркало из https://github.com/mozilla/gecko-dev.git
bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard
This commit is contained in:
Родитель
eccfe24949
Коммит
2314137e5c
|
@ -350,6 +350,7 @@ txStandaloneXSLTProcessor::parsePath(const String& aPath, ErrorObserver& aErr)
|
|||
// parse source
|
||||
XMLParser xmlParser;
|
||||
Document* xmlDoc = xmlParser.parse(xmlInput, aPath);
|
||||
xmlInput.close();
|
||||
if (!xmlDoc) {
|
||||
String err("Parsing error in ");
|
||||
err.append(aPath);
|
||||
|
|
Загрузка…
Ссылка в новой задаче