View Issue Details

IDProjectCategoryView StatusLast Update
0004705JEDI Code LibraryJclArrayListspublic2009-05-05 20:34
ReporterahesseAssigned Tooutchy 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product VersionVersion 2.0 
Target VersionFixed in Version 
Summary0004705: TJclIntfArrayList: Internal List contains References to Interfaces after clearing
DescriptionTJclIntfArrayList.FElementData - Array contains References to Interfaces after removing the interface from the collection.
When destroying the Interface all items in FElementData will be finalized, which resulting in a invalid call to a already freed Interface.
TagsNo tags attached.
Fixed in GIT commit
Fixed in SVN revision2698
IDE versionDelphi/C++Builder 2009

Activities

ahesse

2009-03-18 16:11

reporter   ~0015313

The problem ist the Extract(const ...) method.
It does not clear the content in the array.
And the other array classes have the same problems.

outchy

2009-03-21 21:17

administrator   ~0015334

that should be fixed in revision 2698.

Issue History

Date Modified Username Field Change
2009-03-18 15:49 ahesse New Issue
2009-03-18 15:49 ahesse IDE version => Delphi/C++Builder 2009
2009-03-18 16:11 ahesse Note Added: 0015313
2009-03-21 21:17 outchy Note Added: 0015334
2009-03-21 21:17 outchy Assigned To => outchy
2009-03-21 21:17 outchy Status new => feedback
2009-05-05 20:34 outchy Fixed in revision => 2698
2009-05-05 20:34 outchy Status feedback => resolved
2009-05-05 20:34 outchy Fixed in Version => Version 1.105 (Subversion repository)
2009-05-05 20:34 outchy Resolution open => fixed