Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
pcre is not optional anymore since a while -- reactivate the vivaldi tests
[simgrid.git] / src / mc / memory_map.c
index e5ea6c8..7496b50 100644 (file)
@@ -133,8 +133,7 @@ memory_map_t get_memory_map(void)
     ret->mapsize++;
   }
 
-  if (line)
-    free(line);
+  free(line);
 
   return ret;
 }