Please enable JavaScript in your browser!
首頁
探索
說明
登入
exa2pro
/
starpu-max
關註
19
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
瀏覽代碼
Properly free memory at the end of the test.
Cyril Roelandt
13 年之前
父節點
230c8f72bd
當前提交
4cdf0a494c
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
1
0
tests/datawizard/scratch.c
+ 1
- 0
tests/datawizard/scratch.c
查看文件
@@ -112,6 +112,7 @@ int main(int argc, char **argv)
}
}
+ free(A);
return ret;
enodev: