Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add enable_memcheck_xml flag, to output valgrind in xml format (necessary for jenkins).
[simgrid.git] / src / smpi / smpi_global.c
index b7880c89d4e20984e4d1f687ba79872c2e865794..d17f4bd9f6b11ac7adcff9378f08ab944ac0be31 100644 (file)
@@ -480,9 +480,7 @@ void smpi_global_destroy(void)
   xbt_free(process_data);
   process_data = NULL;
 
-  if(index_to_process_data){
-      xbt_free(index_to_process_data);
-  }
+  xbt_free(index_to_process_data);
   if(smpi_privatize_global_variables)
     smpi_destroy_global_memory_segments();
   smpi_free_static();