File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -219,15 +219,16 @@ ompi_mtl_portals4_flowctl_init(void)
219219int
220220ompi_mtl_portals4_flowctl_fini (void )
221221{
222- PtlPTFree (ompi_mtl_portals4 .ni_h , ompi_mtl_portals4 .flowctl_idx );
223- PtlCTFree (ompi_mtl_portals4 .flowctl .trigger_ct_h );
224222 PtlMEUnlink (ompi_mtl_portals4 .flowctl .trigger_me_h );
225- PtlCTFree (ompi_mtl_portals4 .flowctl .alert_ct_h );
223+ PtlCTFree (ompi_mtl_portals4 .flowctl .trigger_ct_h );
226224 PtlMEUnlink (ompi_mtl_portals4 .flowctl .alert_me_h );
227- PtlCTFree (ompi_mtl_portals4 .flowctl .fanin_ct_h );
225+ PtlCTFree (ompi_mtl_portals4 .flowctl .alert_ct_h );
228226 PtlMEUnlink (ompi_mtl_portals4 .flowctl .fanin_me_h );
229- PtlCTFree (ompi_mtl_portals4 .flowctl .fanout_ct_h );
227+ PtlCTFree (ompi_mtl_portals4 .flowctl .fanin_ct_h );
230228 PtlMEUnlink (ompi_mtl_portals4 .flowctl .fanout_me_h );
229+ PtlCTFree (ompi_mtl_portals4 .flowctl .fanout_ct_h );
230+
231+ PtlPTFree (ompi_mtl_portals4 .ni_h , ompi_mtl_portals4 .flowctl_idx );
231232
232233 return OMPI_SUCCESS ;
233234}
You can’t perform that action at this time.
0 commit comments