< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] RE: memory leak in timerqueue.cxx ?


Also, should TransactionMessage.hxx have a virtual destructor?  Deleting a
Message object that is the base for a TransactionMessage or any other
derived type will not have the appropriate derived constructor called.

TransactionMessage derives from Message. Message has a virtual destructor.

david