summaryrefslogtreecommitdiff
path: root/algo/blast/core/link_hsps.c
diff options
context:
space:
mode:
Diffstat (limited to 'algo/blast/core/link_hsps.c')
-rw-r--r--algo/blast/core/link_hsps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/algo/blast/core/link_hsps.c b/algo/blast/core/link_hsps.c
index e47f2149..bce27428 100644
--- a/algo/blast/core/link_hsps.c
+++ b/algo/blast/core/link_hsps.c
@@ -1,4 +1,4 @@
-/* $Id: link_hsps.c,v 1.16 2003/10/16 15:52:08 coulouri Exp $
+/* $Id: link_hsps.c,v 1.18 2004/01/27 16:50:41 dondosha Exp $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
@@ -38,7 +38,7 @@ Detailed Contents:
#include <algo/blast/core/link_hsps.h>
#include <algo/blast/core/blast_util.h>
-static char const rcsid[] = "$Id: link_hsps.c,v 1.16 2003/10/16 15:52:08 coulouri Exp $";
+static char const rcsid[] = "$Id: link_hsps.c,v 1.18 2004/01/27 16:50:41 dondosha Exp $";
#define WINDOW_SIZE 20
static double
@@ -497,6 +497,7 @@ link_hsps(Uint1 program_number, BlastHSPList* hsp_list,
for (index=0;index<number_of_hsps;index++)
{
H=hsp_array[index];
+ H->start_of_chain = FALSE;
hp_frame_number[cur_frame]++;
H->prev= index ? hsp_array[index-1] : NULL;
@@ -1231,7 +1232,6 @@ new_link_hsps(Uint1 program_number, BlastHSPList* hsp_list,
hsp->next = score_hsp_array[index];
}
- sfree(subject_seq);
sfree(score_hsp_array);
sfree(offset_hsp_array);
sfree(end_hsp_array);