Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Argh stupid me! This fixes commit 4fff3fb509f60c96745fb5d3e1be1bd824185366...
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 29 Aug 2013 12:47:10 +0000 (14:47 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 29 Aug 2013 12:47:10 +0000 (14:47 +0200)
This reverts commit 28937161936e11ceac5acccf0b547055cc67a79e.

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)