We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28c6902 + 8c0fb18 commit 50ab4dfCopy full SHA for 50ab4df
ompi/mca/io/ompio/io_ompio_request.c
@@ -34,6 +34,7 @@ static int mca_io_ompio_request_free ( struct ompi_request_t **req)
34
opal_list_remove_item (&mca_io_ompio_pending_requests, &ompio_req->req_item);
35
36
OBJ_RELEASE (*req);
37
+ *req = MPI_REQUEST_NULL;
38
return OMPI_SUCCESS;
39
}
40
0 commit comments