Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix MC_free_object
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 7 May 2015 08:53:28 +0000 (10:53 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 7 May 2015 08:53:28 +0000 (10:53 +0200)
commitf8e935ef7c71f65320ad4c7668d1dc5010197fd5
tree6dabe151a535a830032d03030e3033674209bf85
parent3120f4a0a622813c8a68043fe2b25ae0fb00af50
[mc] Fix MC_free_object

xbt_free() does not take a pointer to the pointer but the pointer.
This behaviour is different from xbt_dict_free, xbt_dynar_free...
src/mc/mc_dwarf.cpp
src/mc/mc_snapshot.cpp