summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Slice/Parser.cpp')
-rw-r--r--cpp/src/Slice/Parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp
index 3a8492eaf60..7858d7ab93b 100644
--- a/cpp/src/Slice/Parser.cpp
+++ b/cpp/src/Slice/Parser.cpp
@@ -218,6 +218,7 @@ Slice::Container::destroy()
{
for_each(_contents.begin(), _contents.end(), ::IceUtil::voidMemFun(&Contained::destroy));
_contents.clear();
+ _introducedMap.clear();
SyntaxTreeBase::destroy();
}