View Issue Details

IDProjectCategoryView StatusLast Update
0005109JEDI VCL00 JVCL Componentspublic2011-06-10 16:10
ReporterdcabaleAssigned ToAHUser 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.37 
Target VersionFixed in Version3.40 
Summary0005109: TJvCustomCsvDataSet.ClearFilter fires a memory leak
Description[TJvCustomCsvDataSet, TJvCsvDataSet]
procedure TJvCustomCsvDataSet.ClearFilter creates a BookMark, but does not free it.
Additional Informationto solve this:

procedure TJvCustomCsvDataSet.ClearFilter; // Clear Previous Filtering.
var
  M: TBookmark;
begin
  M := GetBookmark;
  try
...
  finally
     FreeBookmark(M);
  end;
end;
TagsNo tags attached.

Activities

obones

2010-01-15 08:55

administrator   ~0017122

Please try using the very latest JVCL, I believe this is already fixed.

dcabale

2010-01-15 11:39

reporter   ~0017126

Hi,
the latest JvCsvData Id (from latest JVCL) is JvCsvData.pas 12533 2009-10-02 08:59:22Z, and it is the same version as the one used by the test (where the bug has been state). Is this a sufficient proof or do I need to reinstall the whole JCL + JVCL latest versions, and make the test with them ?

AHUser

2010-05-16 15:29

developer   ~0017395

Fixed in SVN revision 12773

Issue History

Date Modified Username Field Change
2010-01-14 20:14 dcabale New Issue
2010-01-15 08:55 obones Note Added: 0017122
2010-01-15 08:55 obones Status new => feedback
2010-01-15 11:39 dcabale Note Added: 0017126
2010-05-16 15:29 AHUser Note Added: 0017395
2010-05-16 15:29 AHUser Status feedback => resolved
2010-05-16 15:29 AHUser Fixed in Version => Daily / SVN
2010-05-16 15:29 AHUser Resolution open => fixed
2010-05-16 15:29 AHUser Assigned To => AHUser
2011-06-10 16:10 obones Fixed in Version Daily / SVN => 3.40