Skip to content

Commit 5f5cd62

Browse files
authored
Merge pull request #13369 from hppritcha/fix_cid_1645402
2 parents 6ec63e2 + 2f061b7 commit 5f5cd62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/info/info_memkind.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22
/*
33
* Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved.
4+
* Copyright (c) 2025 Triad National Security, LLC. All rights reserved.
45
* $COPYRIGHT$
56
*
67
* Additional copyrights may follow
@@ -338,6 +339,7 @@ static int ompi_info_memkind_remove_unsupported (int num_requested, ompi_memkind
338339

339340
*num_provided = total_len;
340341
*provided_memkinds = final;
342+
free(apos);
341343
return OMPI_SUCCESS;
342344
}
343345

0 commit comments

Comments
 (0)