Modified batch mode to release memory of the modules.
commit72b26fe7f6059ce0387b1f6420612861142a7ebf
authorVladimír Čunát <vcunat@gmail.com>
Fri, 24 Jul 2009 15:46:23 +0000 (24 17:46 +0200)
committerVladimír Čunát <vcunat@gmail.com>
Fri, 24 Jul 2009 15:46:23 +0000 (24 17:46 +0200)
tree8186345ef1bfbc6d433997496b14d77533664064
parentb967059019ced1687aa73565e55e333a156e0068
Modified batch mode to release memory of the modules.

Used std::auto_ptr to work well with exceptions.
batch.cpp