diff --git a/ompi/info/info.c b/ompi/info/info.c index f209ca0057..03904b07b0 100644 --- a/ompi/info/info.c +++ b/ompi/info/info.c @@ -14,7 +14,7 @@ * Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights * reserved. - * Copyright (c) 2015 Research Organization for Information Science + * Copyright (c) 2015-2018 Research Organization for Information Science * and Technology (RIST). All rights reserved. * Copyright (c) 2016-2017 IBM Corporation. All rights reserved. * $COPYRIGHT$ @@ -259,6 +259,9 @@ int ompi_mpiinfo_finalize(void) opal_info_entry_t *entry; bool found = false; + OBJ_DESTRUCT(&ompi_mpi_info_null); + OBJ_DESTRUCT(&ompi_mpi_info_env); + /* Go through the f2c table and see if anything is left. Free them all. */