Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
exa2pro
/
starpu-max
Watch
19
Star
0
Fork
0
ファイル
課題
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: