Skip to content

Commit fefae1a

Browse files
authored
Merge pull request #11196 from drwootton/dpm_strdup_leak
Fix memory leak in dpm_convert (dpm.c)
2 parents 5d2a901 + ef091eb commit fefae1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/dpm/dpm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ static int dpm_convert(opal_list_t *infos,
791791
return OMPI_SUCCESS;
792792
}
793793
}
794+
free(ck);
794795
}
795796
}
796797

0 commit comments

Comments
 (0)