Skip to content

Commit

Permalink
Don't delete an array allocated from the stack!
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Nov 23, 2016
1 parent 8e952f0 commit b147f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meryl/meryl-build.C
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ runSegment(merylArgs *args, uint64 segment) {
if (AS_UTL_fileExists(filename)) {
if (args->beVerbose)
fprintf(stderr, "Found result for batch " F_U64 " in %s.\n", segment, filename);
delete [] filename;
return;
}

Expand Down

0 comments on commit b147f45

Please sign in to comment.