From e48bc773424b5b3fbada54889db614af37064558 Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Fri, 27 Feb 2015 12:49:27 -0500 Subject: [PATCH] Fix the coverity fix --- opal/mca/btl/tcp/btl_tcp_component.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opal/mca/btl/tcp/btl_tcp_component.c b/opal/mca/btl/tcp/btl_tcp_component.c index fd9e66c4eb..9257b4d388 100644 --- a/opal/mca/btl/tcp/btl_tcp_component.c +++ b/opal/mca/btl/tcp/btl_tcp_component.c @@ -15,7 +15,7 @@ * Copyright (c) 2009 Oak Ridge National Laboratory * Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights * reserved. - * Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved. + * Copyright (c) 2013-2015 NVIDIA Corporation. All rights reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. * Copyright (c) 2014 Research Organization for Information Science * and Technology (RIST). All rights reserved. @@ -636,7 +636,6 @@ static int mca_btl_tcp_component_create_instances(void) } } } - opal_argv_free(exclude); cleanup: if (NULL != include) {