Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Argh stupid me! This fixes commit 4fff3fb509f60c96745fb5d3e1be1bd824185366...
[simgrid.git] / src / xbt / xbt_main.c
index 37c22c7..59b050c 100644 (file)
@@ -92,7 +92,6 @@ static void xbt_preinit(void) {
   srand(seed);
   srand48(seed);
 
-  atexit(xbt_postexit);
 }
 
 static void xbt_postexit(void)