Samuel Thibault 8 éve
szülő
commit
5543c45dc5
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      src/sched_policies/component_heft.c

+ 2 - 1
src/sched_policies/component_heft.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2016  Université de Bordeaux
+ * Copyright (C) 2013-2017  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *
@@ -217,6 +217,7 @@ static void heft_component_deinit_data(struct starpu_sched_component * component
 	STARPU_ASSERT(starpu_sched_component_is_heft(component));
 	struct _starpu_heft_data * d = component->data;
 	struct _starpu_mct_data * mct_d = d->mct_data;
+	_starpu_prio_deque_destroy(&d->prio);
 	free(mct_d);
 	free(d);
 }