Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 604 - Memory leak in TContourSeries
Summary: Memory leak in TContourSeries
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 140220
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 05:12 EST by trubetskov
Modified: 2014-02-27 05:01 EST (History)
2 users (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description trubetskov 2014-02-26 05:12:14 EST
FCellPen object is not freed in 
Destructor TContourSeries.Destroy
Comment 1 sandra pazos 2014-02-26 07:54:08 EST
Hello, 

Could you please attach here a simple example, where we can reproduce your problem, because we can find a good solution for your problem?

Thanks in advance,
Comment 2 david berneda 2014-02-27 05:01:17 EST
Fixed. FCellPen.Free is now called at TContourSeries.Destroy.