From e3258713793f03d6cf96c19ff4c5d15a0cd666f1 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 14 May 2013 04:28:09 -0500 Subject: coverity#705731 Resource leak Change-Id: Idbe476534025017d21e8af353e92a15cee902cca Reviewed-on: https://gerrit.libreoffice.org/3901 Reviewed-by: Bosdonnat Cedric Tested-by: Bosdonnat Cedric --- svx/source/svdraw/svdotext.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/svdraw/svdotext.cxx') diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx index 23b04e78cc17..8cabf4c90d57 100644 --- a/svx/source/svdraw/svdotext.cxx +++ b/svx/source/svdraw/svdotext.cxx @@ -601,7 +601,6 @@ void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAncho { // Take line width into account. // When doing the hit test, avoid this. (Performance!) - pContourPolyPolygon = new basegfx::B2DPolyPolygon(); // test if shadow needs to be avoided for TakeContour() const SfxItemSet& rSet = GetObjectItemSet(); -- cgit