diff --git a/ompi/mca/topo/treematch/treematch/tm_bucket.c b/ompi/mca/topo/treematch/treematch/tm_bucket.c index ee50b39c69..28e7664574 100644 --- a/ompi/mca/topo/treematch/treematch/tm_bucket.c +++ b/ompi/mca/topo/treematch/treematch/tm_bucket.c @@ -31,7 +31,7 @@ static int ilog2(int val) static int verbose_level = ERROR; -bucket_list_t global_bl; +bucket_list_t global_bl = {0}; int tab_cmp(const void*,const void*); int old_bucket_id(int,int,bucket_list_t);