Show
Ignore:
Timestamp:
08/13/09 15:58:32 (15 years ago)
Author:
vbarta
Message:

using shared_ptr in UI (optionally so far; loading & saving Array<T *> still works but should be phased out); testsuite run leaks down from 8822 to 480 bytes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mpdf_harness.cpp

    r493 r527  
    1313 
    1414        UIFile in ( config_file_name ); 
    15         Array<mpdf_harness *> input; 
     15        Array<shared_ptr<mpdf_harness> > input; 
    1616        UI::get ( input, in, "data", UI::compulsory ); 
    1717        int sz = input.size();