File tree 1 file changed +3
-1
lines changed
1 file changed +3
-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.
@@ -352,6 +352,8 @@ static int component_finalize(void) {
352
352
opal_common_ucx_mca_deregister ();
353
353
if (mca_osc_ucx_component .env_initialized ) {
354
354
opal_common_ucx_wpool_finalize (mca_osc_ucx_component .wpool );
355
+ OBJ_DESTRUCT (& mca_osc_ucx_component .accumulate_requests );
356
+ OBJ_DESTRUCT (& mca_osc_ucx_component .requests );
355
357
}
356
358
opal_common_ucx_wpool_free (mca_osc_ucx_component .wpool );
357
359
You can’t perform that action at this time.
0 commit comments