Kaydet (Commit) c09d284e authored tarafından Michael Stahl's avatar Michael Stahl

fix previous STL conversion commit:

Change-Id: Iace6d47157ee7280c6940465ef6da0b066302e52
SwBlink::Insert: the delete was removed, introducing a memory leak.
üst 4c24b7e4
......@@ -137,6 +137,7 @@ void SwBlink::Insert( const Point& rPoint, const SwLinePortion* pPor,
if( it != aList.end() )
{
(*it).SetPos( rPoint );
delete pBlinkPor;
}
else
{
......
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