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 c093455 + 7bdb4dd commit 219956dCopy full SHA for 219956d
ompi/dpm/dpm.c
@@ -1998,6 +1998,7 @@ static int start_dvm(char **hostfiles, char **dash_host)
1998
*/
1999
if (pipe(p) < 0) {
2000
OMPI_ERROR_LOG(OMPI_ERROR);
2001
+ free(cmd);
2002
return OMPI_ERROR;
2003
}
2004
@@ -2010,6 +2011,7 @@ static int start_dvm(char **hostfiles, char **dash_host)
2010
2011
2012
close(p[0]);
2013
close(p[1]);
2014
2015
2016
2017
0 commit comments