diff --git a/ompi/mca/pml/ob1/pml_ob1.c b/ompi/mca/pml/ob1/pml_ob1.c index 7d0d075b97..a6ee68acb4 100644 --- a/ompi/mca/pml/ob1/pml_ob1.c +++ b/ompi/mca/pml/ob1/pml_ob1.c @@ -156,6 +156,7 @@ int mca_pml_ob1_add_procs(ompi_proc_t** procs, size_t nprocs) if ( NULL != bml_endpoints ) { free ( bml_endpoints) ; } + OBJ_DESTRUCT(&reachable); return rc; }