forked from qt-creator/qt-creator
Reset the AST
This commit is contained in:
@@ -505,6 +505,7 @@ void TranslationUnit::resetAST()
|
|||||||
{
|
{
|
||||||
delete _pool;
|
delete _pool;
|
||||||
_pool = 0;
|
_pool = 0;
|
||||||
|
_ast = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TranslationUnit::release()
|
void TranslationUnit::release()
|
||||||
|
|||||||
Reference in New Issue
Block a user