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
fixing incorrect delete
Loading branch information
...
1 parent
51f7006
commit
4367cabf9774131d73eb30ba2a2c36fcdd7755e4
BenLangmead
committed
Jan 11, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
bowtie_inspect.cpp
Show comments
View
2
bowtie_inspect.cpp
@@ -210,7 +210,7 @@ void print_ref_sequence(
}
fout <<
"
\n
"
;
}
-
delete
buf;
+
delete
[]
buf;
}
/*
*
Toggle all file notes
0 comments on commit
4367cab
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
4367cab