Przeglądaj źródła

src/core/workers.c: free config.topology.tree

Nathalie Furmento 10 lat temu
rodzic
commit
037285fea0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/core/workers.c

+ 2 - 1
src/core/workers.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2009-2015  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
  * Copyright (C) 2010, 2011  Institut National de Recherche en Informatique et Automatique
  * Copyright (C) 2011  Télécom-SudParis
  * Copyright (C) 2011-2012  INRIA
@@ -1505,6 +1505,7 @@ void starpu_shutdown(void)
 	_starpu_disk_unregister();
 #ifdef STARPU_HAVE_HWLOC
 	starpu_tree_free(config.topology.tree);
+	free(config.topology.tree);
 #endif
 	_starpu_destroy_topology(&config);
 #ifdef STARPU_USE_FXT