View Issue Details

IDProjectCategoryView StatusLast Update
0002948JEDI VCL00 JVCL Componentspublic2005-05-12 09:52
ReporteranonymousAssigned Tooutchy 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0002948: TJvTransparentButton2 resource leak
DescriptionIn TJvTransparentButton2 this construction
      Icon := ImageList_GetIcon(FActiveList.Handle, FActiveIndex, ILD_TRANSPARENT);
      ImageList_AddIcon(FImList.Handle, Icon);
      DestroyObject(Icon);

has produced a resource leak.
The procedure DestroyIcon must be used instead of DestroyObject
TagsNo tags attached.

Activities

outchy

2005-05-12 09:49

administrator   ~0007139

This bug appears at different places in this file.

outchy

2005-05-12 09:52

administrator   ~0007140

Fixed in the CVS

Issue History

Date Modified Username Field Change
2005-05-12 03:48 anonymous New Issue
2005-05-12 09:49 outchy Note Added: 0007139
2005-05-12 09:49 outchy Status new => confirmed
2005-05-12 09:52 outchy Status confirmed => resolved
2005-05-12 09:52 outchy Resolution open => fixed
2005-05-12 09:52 outchy Assigned To => outchy
2005-05-12 09:52 outchy Note Added: 0007140