1
1

Free a little memory. Thanks for the patch from Bert Wesarg.

This commit was SVN r20694.
Этот коммит содержится в:
Jeff Squyres 2009-03-03 12:33:43 +00:00
родитель f8daa60b1b
Коммит f81d357c53

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

@ -395,6 +395,7 @@ static int pretty_print(orte_ps_mpirun_info_t *hnpinfo) {
len_hdr = strlen(header);
printf("%s\n", header);
free(header);
for (i=0; i < len_hdr; i++) {
printf("%c", '-');
}