Kaydet (Commit) e3258713 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Bosdonnat Cedric

coverity#705731 Resource leak

Change-Id: Idbe476534025017d21e8af353e92a15cee902cca
Reviewed-on: https://gerrit.libreoffice.org/3901Reviewed-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: 's avatarBosdonnat Cedric <cedric.bosdonnat@free.fr>
üst 34cf34d6
...@@ -601,7 +601,6 @@ void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAncho ...@@ -601,7 +601,6 @@ void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAncho
{ {
// Take line width into account. // Take line width into account.
// When doing the hit test, avoid this. (Performance!) // When doing the hit test, avoid this. (Performance!)
pContourPolyPolygon = new basegfx::B2DPolyPolygon();
// test if shadow needs to be avoided for TakeContour() // test if shadow needs to be avoided for TakeContour()
const SfxItemSet& rSet = GetObjectItemSet(); const SfxItemSet& rSet = GetObjectItemSet();
......
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