Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leak--
[simgrid.git] / teshsuite / smpi / mpich3-test / io / simple_collective.c
index 2c5699b..1c8b57d 100644 (file)
@@ -147,7 +147,7 @@ static int parse_args(int argc, char **argv)
         exit(1);
     }
 
-    opt_file = strdup(argv[optind]);
+    opt_file = argv[optind];
     assert(opt_file!=NULL);
 
     return (0);