Skip to content

Commit ef091eb

Browse files
author
David Wootton
committed
Fix memory leak in dpm_convert (dpm.c)
Coverity CID 1462618 Signed-off-by: David Wootton <dwootton@us.ibm.com>
1 parent 219956d commit ef091eb

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)