You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grequest.c: only assign status.MPI_ERROR if we invoke free
Per extensive discussion, and as a followup to
a671700 and
64b7ae0, only assign the
status.MPI_ERROR value if we actually invoked a grequest free function
(the current code paths allow a NULL value for the grequest free
function, so it's possible that we won't invoke one).
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
0 commit comments