forked from qt-creator/qt-creator
AutoTest: Correctly release resources
Change-Id: I8023c1468f9cf9cc0c549a466b298e19a6b40a15 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
@@ -241,6 +241,12 @@ void QtTestParser::init(const QStringList &filesToParse)
|
||||
CppParser::init(filesToParse);
|
||||
}
|
||||
|
||||
void QtTestParser::release()
|
||||
{
|
||||
m_testCaseNames.clear();
|
||||
CppParser::release();
|
||||
}
|
||||
|
||||
bool QtTestParser::processDocument(QFutureInterface<TestParseResultPtr> futureInterface,
|
||||
const QString &fileName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user