Changeset 546

Show
Ignore:
Timestamp:
08/18/09 09:47:59 (15 years ago)
Author:
vbarta
Message:

using shared_ptr for mprod's datalinks; testsuite now without memory leaks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/emix.h

    r536 r546  
    275275        Array<shared_ptr<mpdf> > mpdfs; 
    276276 
    277 protected: 
    278277        //! Data link for each mpdfs 
    279         Array<datalink_m2m*> dls; 
    280  
     278        Array<shared_ptr<datalink_m2m> > dls; 
     279 
     280protected: 
    281281        //! dummy epdf used only as storage for RV and dim 
    282282        epdf iepdf;