|
@@ -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
|