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.
1 parent 0811c16 commit a671700Copy full SHA for a671700
ompi/request/grequest.c
@@ -9,7 +9,7 @@
9
* University of Stuttgart. All rights reserved.
10
* Copyright (c) 2004-2005 The Regents of the University of California.
11
* All rights reserved.
12
- * Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
+ * Copyright (c) 2006-2021 Cisco Systems, Inc. All rights reserved
13
* Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
14
* Copyright (c) 2021 IBM Corporation. All rights reserved.
15
* $COPYRIGHT$
@@ -122,7 +122,7 @@ static void ompi_grequest_construct(ompi_grequest_t* greq)
122
*/
123
static void ompi_grequest_destruct(ompi_grequest_t* greq)
124
{
125
- int rc;
+ int rc = 0;
126
MPI_Fint ierr;
127
128
if (greq->greq_free.c_free != NULL) {
0 commit comments