Issue 50777 - leak fix ...
Summary: leak fix ...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Other All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.milcke
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 17:39 UTC by mmeeks
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mmeeks 2005-06-15 17:39:49 UTC
--- sch/source/core/chtmod3d.cxx	24 Feb 2005 14:07:46 -0000	1.22
+++ sch/source/core/chtmod3d.cxx	15 Jun 2005 16:42:33 -0000
@@ -2139,6 +2139,8 @@
 				aPolyPolygon.Insert( aPoly );
 
 				GetPage( 0 )->RemoveObject( 0 );
+
+				delete pTmp;
 			}
 
 			SchE3dExtrudeObj* pObj=new SchE3dExtrudeObj(aDefltAttr3D,
Comment 1 kla 2005-06-16 08:16:10 UTC
->BM: I think its for you.
Comment 2 bjoern.milcke 2005-12-06 09:35:13 UTC
patch applied.

->mmeeks: Sorry this took so long, but as you might know we concentrate on the
new implementation.
Comment 3 bjoern.milcke 2005-12-09 17:32:02 UTC
please verify in CWS sch13

re-open issue and reassign to kla@openoffice.org
Comment 4 bjoern.milcke 2005-12-09 17:32:20 UTC
reassign to kla@openoffice.org
Comment 5 bjoern.milcke 2005-12-09 17:32:26 UTC
reset resolution to FIXED
Comment 6 bjoern.milcke 2005-12-09 17:34:22 UTC
oops, this one was not for you Thomas. Sorry.
Comment 7 bjoern.milcke 2005-12-09 17:34:55 UTC
Setting owner back to me.
Comment 8 bjoern.milcke 2005-12-09 17:38:56 UTC
back to fixed
Comment 9 bjoern.milcke 2005-12-09 17:40:12 UTC
see revision 1.23.36.1 of sch/source/core/chtmod3d.cxx
Comment 10 bjoern.milcke 2006-01-24 15:47:54 UTC
Fixed in master SRC680.m152 (chtmode3d.cxx:1.24)