X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e133a950865071b1c006387e915d39989a53c8cd..846b7de4a868bf8dc1270f76a01c33738576694d:/src/cxx/ApplicationHandler.cxx diff --git a/src/cxx/ApplicationHandler.cxx b/src/cxx/ApplicationHandler.cxx index 9be89078f8..3b48213267 100644 --- a/src/cxx/ApplicationHandler.cxx +++ b/src/cxx/ApplicationHandler.cxx @@ -13,13 +13,16 @@ /* ApplicationHandler member functions implementation. */ -#include #include -#include -#include -#include +#include + #include +#include + + + + #include @@ -107,7 +110,12 @@ namespace SimGrid this->properties = NULL; // TODO instanciate the dictionary this->hostName = NULL; this->function = NULL; - } + } + + ApplicationHandler::ProcessFactory::~ProcessFactory() + { + xbt_dynar_free(&(this->args)); + } // create the cxx process wrapper. void ApplicationHandler::ProcessFactory::createProcess() @@ -178,4 +186,5 @@ namespace SimGrid } } // namespace Msg -} // namespace SimGrid \ No newline at end of file +} // namespace SimGrid +