Skip to content

Commit 83b02fe

Browse files
hppritchahjelmn
authored andcommitted
mpool/hugepage mntent intro fallout
On Cray, PR #1846 introduced a double free situation which led to all kinds of random memory corruption problems. This commit fixes this problem. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 827464c commit 83b02fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/mpool/hugepage/mpool_hugepage_component.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ static void mca_mpool_hugepage_find_hugepages (void) {
230230

231231
do {
232232
if (0 == strncmp (tok, "pagesize", 8)) {
233-
free(opts);
234233
break;
235234
}
236235
tok = strtok_r (NULL, ",", &ctx);

0 commit comments

Comments
 (0)