X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b6a6893f1834bfbdf110e501a519a5be61e08347..4b95f054f8e620b68676f19b9db38002889538c6:/src/mc/mc_state.cpp?ds=inline diff --git a/src/mc/mc_state.cpp b/src/mc/mc_state.cpp index 03b461fccf..a3420467a6 100644 --- a/src/mc/mc_state.cpp +++ b/src/mc/mc_state.cpp @@ -53,11 +53,6 @@ State::State() std::memset(&this->executed_req, 0, sizeof(this->executed_req)); } -State::~State() -{ - xbt_free(this->incomplete_comm_pattern); -} - std::size_t State::interleaveSize() const { return std::count_if(this->processStates.begin(), this->processStates.end(),