summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-02 13:24:29 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-02 13:26:21 +0300
commit843e5560389011cbec2b51d0bb3bd8b8554b1fa9 (patch)
tree581d1a31308ba390400636bd30c727104814d2b3 /sd
parentfdo#60549 - pptx export presentation as well as draw shape objects. (diff)
downloadcore-843e5560389011cbec2b51d0bb3bd8b8554b1fa9.tar.gz
core-843e5560389011cbec2b51d0bb3bd8b8554b1fa9.zip
Let's avoid adding new pointless comments
Surely *any* line of code that frees memory could have a comment "[avoid] memory leak", lol. Such comments are pointless. Change-Id: I4394db9423fa1470bbe7912519b6fd99ca91101c
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 8261bf8a3be0..48d5662270f6 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -785,7 +785,7 @@ void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate )
}
else
{
- SdrObject::Free( pObj ); // memory leak i120050
+ SdrObject::Free( pObj );
}
}