| Anonymous | Login | Signup for a new account | 2010-09-09 13:14 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0005109 | [JEDI VCL] 00 JVCL Components | trivial | always | 2010-01-14 20:14 | 2010-05-16 15:29 | ||
| Reporter | dcabale | View Status | public | ||||
| Assigned To | AHUser | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 3.37 | ||||
| Summary | 0005109: TJvCustomCsvDataSet.ClearFilter fires a memory leak | ||||||
| Description |
[TJvCustomCsvDataSet, TJvCsvDataSet] procedure TJvCustomCsvDataSet.ClearFilter creates a BookMark, but does not free it. |
||||||
| Additional Information |
to solve this: procedure TJvCustomCsvDataSet.ClearFilter; // Clear Previous Filtering. var M: TBookmark; begin M := GetBookmark; try ... finally FreeBookmark(M); end; end; |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |