Reset the AST

This commit is contained in:
Roberto Raggi
2009-12-18 12:24:21 +01:00
parent d612c534d5
commit 0274828b2e

View File

@@ -505,6 +505,7 @@ void TranslationUnit::resetAST()
{ {
delete _pool; delete _pool;
_pool = 0; _pool = 0;
_ast = 0;
} }
void TranslationUnit::release() void TranslationUnit::release()