File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2016-2019 Intel, Inc. All rights reserved.
3
- * Copyright (c) 2018 Research Organization for Information Science
4
- * and Technology (RIST). All rights reserved.
3
+ * Copyright (c) 2018-2019 Research Organization for Information Science
4
+ * and Technology (RIST). All rights reserved.
5
5
* $COPYRIGHT$
6
6
*
7
7
* Additional copyrights may follow
@@ -602,9 +602,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
602
602
/* add the object */
603
603
boptr = & bo ;
604
604
rc = opal_dss .pack (buffer , & boptr , 1 , OPAL_BYTE_OBJECT );
605
- }
606
- if ( compressed ) {
607
- free ( bo . bytes );
605
+ if ( compressed ) {
606
+ free ( bo . bytes );
607
+ }
608
608
}
609
609
610
610
/* if we have uniform #slots, then just flag it - no
@@ -646,9 +646,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
646
646
/* add the object */
647
647
boptr = & bo ;
648
648
rc = opal_dss .pack (buffer , & boptr , 1 , OPAL_BYTE_OBJECT );
649
- }
650
- if ( compressed ) {
651
- free ( bo . bytes );
649
+ if ( compressed ) {
650
+ free ( bo . bytes );
651
+ }
652
652
}
653
653
654
654
/* if we have uniform flags, then just flag it - no
@@ -694,9 +694,9 @@ int orte_util_pass_node_info(opal_buffer_t *buffer)
694
694
/* add the object */
695
695
boptr = & bo ;
696
696
rc = opal_dss .pack (buffer , & boptr , 1 , OPAL_BYTE_OBJECT );
697
- }
698
- if ( compressed ) {
699
- free ( bo . bytes );
697
+ if ( compressed ) {
698
+ free ( bo . bytes );
699
+ }
700
700
}
701
701
702
702
cleanup :
You can’t perform that action at this time.
0 commit comments