Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant test.
[simgrid.git] / src / smpi / smpi_global.c
index 332b929..d17f4bd 100644 (file)
@@ -479,6 +479,8 @@ void smpi_global_destroy(void)
   }
   xbt_free(process_data);
   process_data = NULL;
   }
   xbt_free(process_data);
   process_data = NULL;
+
+  xbt_free(index_to_process_data);
   if(smpi_privatize_global_variables)
     smpi_destroy_global_memory_segments();
   smpi_free_static();
   if(smpi_privatize_global_variables)
     smpi_destroy_global_memory_segments();
   smpi_free_static();