Skip to content
代码片段 群组 项目
提交 adcec8a4 编辑于 作者: Sergey Koren's avatar Sergey Koren
浏览文件

Output missing terminator characters and cleanup memory leaks

上级 86b1b79e
分支
标签
无相关合并请求
......@@ -207,7 +207,7 @@ main(int argc, char **argv) {
delete readData;
for (uint32 pp=0; pp<numPartitions; pp++) {
for (uint32 pp=0; pp<=numPartitions; pp++) {
if (partFile[pp] == NULL)
continue;
......@@ -216,6 +216,9 @@ main(int argc, char **argv) {
}
delete tigStore;
delete [] partFile;
delete [] tigToPart;
delete [] nReadsPerPart;
gkpStore->gkStore_close();
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册