X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2ba3fbf10cecf8ac1da9bd7fb8d3deaf53a900e..1928b36ff7a719c88d3db6b4e685bed8f544c7da:/src/simix/SynchroExec.cpp diff --git a/src/simix/SynchroExec.cpp b/src/simix/SynchroExec.cpp index 8ab8f2efa1..99d2b74fa2 100644 --- a/src/simix/SynchroExec.cpp +++ b/src/simix/SynchroExec.cpp @@ -55,7 +55,7 @@ void simgrid::simix::Exec::post() if (surf_exec) { surf_exec->unref(); - surf_exec = NULL; + surf_exec = nullptr; } /* If there are simcalls associated with the synchro, then answer them */