浏览代码

Actually free tags

Samuel Thibault 13 年之前
父节点
当前提交
9896485e26
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/core/dependencies/htable.c

+ 2 - 2
src/core/dependencies/htable.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2011  Université de Bordeaux 1
+ * Copyright (C) 2009-2012  Université de Bordeaux 1
  * Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -170,7 +170,7 @@ void *_starpu_htbl_remove_tag(struct _starpu_htbl_node **htbl, starpu_tag_t tag)
 				break;
 
 			/* we remove this node */
-			//free(path[level]);
+			free(path[level]);
 			*(path_parent[level]) = NULL;
 		}
 	}