Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leak.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 13:08:31 +0000 (15:08 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 3 Jul 2012 21:53:16 +0000 (23:53 +0200)
commit16af0d72b0e253727842d8b4e3d3397b21cd8f73
tree12340bd959fbfe1c54ebf65394e7e11b54c7222d
parent9225fd6096b9537c4c3afac6df6c2edf6b367714
Fix memory leak.

SIMIX_host_execution_destroy() was modified along to SIMIX_host_execution_cancel()
by commit c4d5e0512df1e2b3e83d57fbb17e225e286ef4ca (avoid double free issues
when on host failure+process run).

These changes lead to memory leaks (action are not destroyed anymore).

Since SIMIX_host_execution_cancel was later modified, revert the changes
from commit c4d5e05.
src/simix/smx_host.c