1
1

Merge pull request #1029 from kawashima-fj/pr/ob1-fin-memory-leak

pml/ob1: Fix a memory leak regarding pending FIN control messages.
Этот коммит содержится в:
Nathan Hjelm 2015-10-15 07:55:52 -06:00
родитель 888b5b5db1 4e56505202
Коммит 341b60dd57

Просмотреть файл

@ -16,7 +16,8 @@
* Copyright (c) 2011 Sandia National Laboratories. All rights reserved.
* Copyright (c) 2011-2015 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 FUJITSU LIMITED. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -715,6 +716,7 @@ void mca_pml_ob1_process_pending_packets(mca_bml_base_btl_t* bml_btl)
pckt->order,
pckt->status);
if( OPAL_UNLIKELY(OMPI_ERR_OUT_OF_RESOURCE == rc) ) {
MCA_PML_OB1_PCKT_PENDING_RETURN(pckt);
return;
}
break;