ソースを参照

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);