diff --git a/src/Parser.cpp b/src/Parser.cpp index fcfb4641f..524ce3ebc 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -1273,6 +1273,7 @@ void Parser::findUUIDList () if (n.depleted ()) { (*i)->unTag ("?"); + (*i)->removeAllBranches (); (*i)->tag ("UUID"); Tree* branch = (*i)->addBranch (new Tree ("argSeq"));