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 d1c5955 + 1f2f3db commit f2c6e70Copy full SHA for f2c6e70
opal/mca/pmix/cray/pmix_cray.c
@@ -559,16 +559,16 @@ static int cray_fini(void) {
559
560
if (0 == --pmix_init_count) {
561
PMI2_Finalize();
562
- }
563
564
- if (NULL != pmix_kvs_name) {
565
- free(pmix_kvs_name);
566
- pmix_kvs_name = NULL;
567
+ if (NULL != pmix_kvs_name) {
+ free(pmix_kvs_name);
+ pmix_kvs_name = NULL;
+ }
568
569
- if (NULL != pmix_lranks) {
570
- free(pmix_lranks);
571
- pmix_lranks = NULL;
+ if (NULL != pmix_lranks) {
+ free(pmix_lranks);
+ pmix_lranks = NULL;
572
}
573
574
return OPAL_SUCCESS;
0 commit comments