Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appease clang
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 21:18:02 +0000 (22:18 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 23 Feb 2022 21:18:02 +0000 (22:18 +0100)
src/smpi/colls/scatter/scatter-ompi.cpp

index 6bc77d6..3ccf343 100644 (file)
@@ -315,7 +315,7 @@ int scatter__ompi_linear_nb(const void *sbuf, int scount,
 
 err_hndl:
     if (NULL != reqs) {
-        delete reqs;
+        delete[] reqs;
     }
     XBT_DEBUG("%s:%4d\tError occurred %d, rank %2d", __FILE__, line, err, rank);
     (void)line;  /* silence compiler warning */