Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
26
Star
150
Fork
51
BenLangmead
/
bowtie
Code
Issues
18
Pull requests
7
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
delete -> delete[]
Loading branch information
...
1 parent
2cd94cb
commit
1f37e940f3df319b78eee0e0f0f87c3d30ad95de
BenLangmead
committed
Jul 7, 2017
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
hit.h
Show comments
View
2
hit.h
@@ -235,7 +235,7 @@ class HitSink {
*/
virtual
~HitSink
() {
if
(ptNumAligned_ !=
NULL
) {
-
delete
ptNumAligned_;
+
delete
[]
ptNumAligned_;
ptNumAligned_ =
NULL
;
}
closeOuts
();
Toggle all file notes
0 comments on commit
1f37e94
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
1f37e94