bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard

This commit is contained in:
axel%pike.org 2002-10-25 20:52:29 +00:00
Родитель eccfe24949
Коммит 2314137e5c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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);