1
1

Add a missing free(). Refs trac:3292.

This commit was SVN r27298.

The following Trac tickets were found above:
  Ticket 3292 --> https://svn.open-mpi.org/trac/ompi/ticket/3292
Этот коммит содержится в:
Jeff Squyres 2012-09-11 17:59:40 +00:00
родитель ffb8c2a2ba
Коммит a8f8064d8b

Просмотреть файл

@ -1698,6 +1698,7 @@ static int create_app(int argc, char* argv[],
free(param);
param = strdup(orterun_globals.prefix);
}
free(value);
} else if (NULL != orterun_globals.prefix) {
param = orterun_globals.prefix;
} else if (opal_cmd_line_is_taken(&cmd_line, "prefix")){