Kaydet (Commit) ccc8a44a authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Fridrich Strba

coverity#705747: Resource leak

Change-Id: Ifc071261ce5697355b904fbd12272b27c04183e4
Reviewed-on: https://gerrit.libreoffice.org/2736Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 01311421
...@@ -2328,6 +2328,7 @@ SwLinePortion* SwTxtFormatter::MakeRestPortion( const SwLineLayout* pLine, ...@@ -2328,6 +2328,7 @@ SwLinePortion* SwTxtFormatter::MakeRestPortion( const SwLineLayout* pLine,
} }
return pTmp; return pTmp;
} }
delete (pCreate);
return pRest; return pRest;
} }
......
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