Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid multiple initializations for active_processes.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 8 Apr 2018 16:58:13 +0000 (18:58 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 8 Apr 2018 21:26:08 +0000 (23:26 +0200)
commite23598cf4d2dd48bd650c938e5072f698c0ea2e9
treef86c81eccd2adf852279f64471f425f27d6b1412
parent951f3db4d72b1b3d04cfc1d8df565208360b18b0
Avoid multiple initializations for active_processes.

Fixes a memory leak seen with smpi-replay-multiple
(smpi_free_replay_tmp_buffers() was not called).
examples/smpi/replay_multiple/replay_multiple.tesh
src/smpi/internals/smpi_replay.cpp