X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7595678501d8cee18b1b6f1e203c5a2a47ba4e51..8c13bb27e65a53b8d533858a8c764ce5f7a3f067:/src/instr/instr_paje_types.cpp diff --git a/src/instr/instr_paje_types.cpp b/src/instr/instr_paje_types.cpp index cba656d5dc..eb40012ad2 100644 --- a/src/instr/instr_paje_types.cpp +++ b/src/instr/instr_paje_types.cpp @@ -78,7 +78,7 @@ static void recursiveDestroyType (type_t type) PJ_type_free(type); } -void PJ_type_free_all (void) +void PJ_type_free_all () { recursiveDestroyType (PJ_type_get_root()); rootType = nullptr;