Kaydet (Commit) 843e5560 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 73740b2f
...@@ -785,7 +785,7 @@ void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate ) ...@@ -785,7 +785,7 @@ void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate )
} }
else else
{ {
SdrObject::Free( pObj ); // memory leak i120050 SdrObject::Free( pObj );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment