X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccb2167210583f3eb1249db10916cfd7389cb0df..7d9bf5f4e3d00bbeea1aeef15d46a337c671805b:/src/mc/mc_state.cpp diff --git a/src/mc/mc_state.cpp b/src/mc/mc_state.cpp index be66f53e7b..35fc6781d5 100644 --- a/src/mc/mc_state.cpp +++ b/src/mc/mc_state.cpp @@ -72,8 +72,6 @@ State::~State() */ void MC_state_delete(simgrid::mc::State* state, int free_snapshot) { - if (state->system_state && free_snapshot) - delete state->system_state; delete state; }