File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (C) Mellanox Technologies Ltd. 2001-2017. ALL RIGHTS RESERVED.
3
3
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
4
- * Copyright (c) 2021 Triad National Security, LLC. All rights
4
+ * Copyright (c) 2021-2025 Triad National Security, LLC. All rights
5
5
* reserved.
6
6
*
7
7
* Copyright (c) 2022 IBM Corporation. All rights reserved.
@@ -355,6 +355,11 @@ static int component_finalize(void) {
355
355
}
356
356
opal_common_ucx_wpool_free (mca_osc_ucx_component .wpool );
357
357
358
+ if (mca_osc_ucx_component .env_initialized ) {
359
+ OBJ_DESTRUCT (& mca_osc_ucx_component .accumulate_requests );
360
+ OBJ_DESTRUCT (& mca_osc_ucx_component .requests );
361
+ }
362
+
358
363
assert (opal_common_ucx_ep_counts == 0 );
359
364
assert (opal_common_ucx_unpacked_rkey_counts == 0 );
360
365
return OMPI_SUCCESS ;
You can’t perform that action at this time.
0 commit comments