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.
1 parent 658f721 commit 36e68d5Copy full SHA for 36e68d5
ompi/mca/coll/han/coll_han_dynamic_file.c
@@ -455,6 +455,7 @@ mca_coll_han_init_dynamic_rules(void)
455
fclose(fptr);
456
457
check_dynamic_rules();
458
+ free(algorithm_name);
459
return OMPI_SUCCESS;
460
461
cannot_allocate:
@@ -467,6 +468,7 @@ mca_coll_han_init_dynamic_rules(void)
467
468
if( NULL != coll_name ) {
469
free(coll_name);
470
}
471
472
fclose (fptr);
473
/* We disable the module, we don't need to keep the rules */
474
mca_coll_han_free_dynamic_rules();
@@ -482,6 +484,7 @@ mca_coll_han_init_dynamic_rules(void)
482
484
483
485
486
487
488
489
490
0 commit comments