View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001488 | JEDI VCL | 00 JVCL Components | public | 2004-03-17 13:33 | 2004-03-22 21:57 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001488: Memory Leak GDI | ||||
Description | When clicking a JVXPcheckbox a GDI object get's lost, resulting in an Memory Leak. | ||||
Additional Information | Bug Fixed here at my side: See commented Lines: procedure JvXPColorizeBitmap(Bitmap: TBitmap; const AColor: TColor); var ColorMap: TBitmap; Rect: TRect; begin Rect := Bounds(0, 0, Bitmap.Width, Bitmap.Height); ColorMap := TBitmap.Create; try ColorMap.Assign(Bitmap); // Bitmap.Dormant; // Bitmap.FreeImage; with ColorMap.Canvas do begin Brush.Color := AColor; BrushCopy(Rect, Bitmap, Rect, clBlack); end; Bitmap.Assign(ColorMap); // ColorMap.ReleaseHandle; finally ColorMap.Free; end; end; | ||||
Tags | No tags attached. | ||||
|
What program did you use to detect the memory leak? To me it looks OK as is and could be a false alarm |
|
I just tested with AQTime 3 and it doesn't report any leaks |
|
Can't reproduce it with neither AQTime3 nor Sleuth QA 2 |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-17 13:33 | anonymous | New Issue | |
2004-03-18 01:55 |
|
Note Added: 0003375 | |
2004-03-18 01:55 |
|
Status | new => feedback |
2004-03-18 06:27 |
|
Note Added: 0003377 | |
2004-03-22 21:57 |
|
Status | feedback => resolved |
2004-03-22 21:57 |
|
Resolution | open => unable to reproduce |
2004-03-22 21:57 |
|
Assigned To | => user72 |
2004-03-22 21:57 |
|
Note Added: 0003437 |