summaryrefslogtreecommitdiff
path: root/idlc/source/aststack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/aststack.cxx')
-rw-r--r--idlc/source/aststack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/aststack.cxx b/idlc/source/aststack.cxx
index 13afe71bd886..f5a3315e3b24 100644
--- a/idlc/source/aststack.cxx
+++ b/idlc/source/aststack.cxx
@@ -35,7 +35,7 @@ AstStack::~AstStack()
for(sal_uInt32 i=0; i < m_top; i++)
{
if (m_stack[i])
- delete(m_stack[i]);
+ delete m_stack[i];
}
rtl_freeMemory(m_stack);