Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small fixes in type names.
[simgrid.git] / src / smpi / colls / reduce-scatter-gather.c
index 24ad911..19c6794 100644 (file)
@@ -387,6 +387,8 @@ int smpi_coll_tuned_reduce_scatter_gather(void *sendbuf, void *recvbuf,
       }
     }
   }
+  if (tmp_buf)
+    free(tmp_buf);
   if (cnts)
     free(cnts);
   if (disps)