Browse Source

src/core/perfmodel/perfmodel_history.c: free memory

Nathalie Furmento 11 years ago
parent
commit
b14831d574
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/perfmodel/perfmodel_history.c

+ 1 - 0
src/core/perfmodel/perfmodel_history.c

@@ -110,6 +110,7 @@ static 	void _free_arch_combs(void)
 		free(arch_combs[i]);
 	}
 	current_arch_comb = 0;
+	free(arch_combs);
 }
 
 int starpu_get_narch_combs()