Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leak--
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 21 Sep 2021 12:45:13 +0000 (14:45 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 21 Sep 2021 13:10:39 +0000 (15:10 +0200)
[ci-skip]

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);