Opened 15 years ago
Closed 15 years ago
#132 closed defect (fixed)
SubsetGenerator with FeatureSelector crashes
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | blocker | Milestone: | yat 0.2 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [640]) fixes #132 and #95, and refs #135 replaced bool owner in DataLookup2D with ref_count u_int*. When the DataLookup2D does not own underlying data ref_count=NULL otherwise it points to a u_int telling how many owner there are of the data. When the counter reaches zero the data is deleted.