We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f680 commit cb258ddCopy full SHA for cb258dd
src/peprocessor.cpp
@@ -58,10 +58,6 @@ PairEndProcessor::~PairEndProcessor() {
58
delete mRightReadPool;
59
mRightReadPool = NULL;
60
}
61
- for(int t=0; t<mOptions->thread; t++){
62
- delete mLeftInputLists[t];
63
- delete mRightInputLists[t];
64
- }
65
delete[] mLeftInputLists;
66
delete[] mRightInputLists;
67
src/seprocessor.cpp
@@ -41,9 +41,6 @@ SingleEndProcessor::~SingleEndProcessor() {
41
delete mReadPool;
42
mReadPool = NULL;
43
44
45
- delete mInputLists[t];
46
47
delete[] mInputLists;
48
49
0 commit comments