Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leak.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 May 2018 19:33:53 +0000 (21:33 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 May 2018 19:33:53 +0000 (21:33 +0200)
commit91ded0eab21eb8f9ad9f00447258f4e923d70b5f
treeb23fdb2199687b24fc35a16bc1468bd23b9eb475
parent5ad97e643fcc12fffcbcdfae0449d0b18292f4db
Fix memory leak.

TRACE_end() needs to be called, which is run from simgrid::s4u::on_simulation_end(),
called at the end of SIMIX_run(), which is called from MSG_main().  Since MSG_init()
is already used, it seems an acceptable choice.
tools/graphicator/graphicator.c