]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/smpi_base.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of typos reported by lintian
[simgrid.git] / src / smpi / smpi_base.cpp
index 4f8742edc87e13ecf29235643df18cb65dda05f0..1b0e4f4ec3c9cfe5c07515e7327b2c7880c79d34 100644 (file)
@@ -691,6 +691,7 @@ static void finish_wait(MPI_Request * request, MPI_Status * status)
       }else if(req->flags & RECV){//apply op on contiguous buffer for accumulate
           int n =req->real_size/smpi_datatype_size(datatype);
           smpi_op_apply(req->op, req->buf, req->old_buf, &n, &datatype);
+          xbt_free(req->buf);
       }
     }
   }