summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/navibar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/navibar.cxx')
-rw-r--r--autodoc/source/display/html/navibar.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/autodoc/source/display/html/navibar.cxx b/autodoc/source/display/html/navibar.cxx
index 8c5ba037d682..d6046d99d8c7 100644
--- a/autodoc/source/display/html/navibar.cxx
+++ b/autodoc/source/display/html/navibar.cxx
@@ -144,6 +144,12 @@ SubRow::SubRow( const char * i_sTitle )
SubRow::~SubRow()
{
+ for ( List_Items::iterator it = aItemList.begin();
+ it != aItemList.end();
+ ++it )
+ {
+ delete (*it);
+ }
}
inline void