瀏覽代碼

port r16116 from 1.1: fix memleak

Samuel Thibault 9 年之前
父節點
當前提交
bacae86082
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/main/get_children_tasks.c

+ 2 - 0
tests/main/get_children_tasks.c

@@ -72,6 +72,8 @@ int main(int argc, char **argv)
 
 	starpu_tag_notify_from_apps(0);
 
+	starpu_data_unregister(h);
+
 	starpu_shutdown();
 
 	STARPU_RETURN(ret?0:1);