File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4
4
* University Research and Technology
5
5
* Corporation. All rights reserved.
6
- * Copyright (c) 2004-2013 The University of Tennessee and The University
6
+ * Copyright (c) 2004-2021 The University of Tennessee and The University
7
7
* of Tennessee Research Foundation. All rights
8
8
* reserved.
9
9
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -245,11 +245,11 @@ static void mca_mpool_hugepage_finalize(struct mca_mpool_base_module_t *mpool)
245
245
{
246
246
mca_mpool_hugepage_module_t * hugepage_module = (mca_mpool_hugepage_module_t * ) mpool ;
247
247
248
- OBJ_DESTRUCT (& hugepage_module -> lock );
249
- OBJ_DESTRUCT (& hugepage_module -> allocation_tree );
250
-
251
248
if (hugepage_module -> allocator ) {
252
249
(void ) hugepage_module -> allocator -> alc_finalize (hugepage_module -> allocator );
253
250
hugepage_module -> allocator = NULL ;
254
251
}
252
+ OBJ_DESTRUCT (& hugepage_module -> lock );
253
+ OBJ_DESTRUCT (& hugepage_module -> allocation_tree );
254
+
255
255
}
You can’t perform that action at this time.
0 commit comments