Modify

Opened 13 years ago

#10 new defect

Memory leak in MB with ConstantLearner

Reported by: Djalel Benbouzid Owned by: fradav
Priority: major Milestone:
Component: Multiboost code Version:
Keywords: Leak, Memory, ConstantLearner Cc:

Description

Each time the ConstantLearner is learned and not selected, it leaks the object

                if ( (constantEnergy <= energy) || ( energy != energy ) ) {
                    delete pWeakHypothesis;
                    pWeakHypothesis = pConstantWeakHypothesis;
                    energy = constantEnergy;
                }

There is no

              else {delete pConstatWeakHypothesis;}

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain fradav.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from fradav to the specified user. Next status will be 'new'.
The owner will be changed from fradav to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.