1
1

pstat linux: ensure to close the file

This was CID 71983.
Этот коммит содержится в:
Jeff Squyres 2015-02-12 09:43:09 -08:00
родитель 6a64fe85a1
Коммит 332943f1c3

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

@ -450,6 +450,7 @@ static int query(pid_t pid,
opal_list_append(&nstats->netstats, &ns->super);
opal_argv_free(fields);
}
fclose(fp);
}
complete: