From 9ee8fd5b778d3f7e4e4eb8bae1878216e55e2dee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 31 Dec 2010 14:40:05 +0000 Subject: [PATCH] gui-plan: properly initialise seg.owner --- hostside/gui-plan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostside/gui-plan.c b/hostside/gui-plan.c index 70ac75b..33e601f 100644 --- a/hostside/gui-plan.c +++ b/hostside/gui-plan.c @@ -936,6 +936,7 @@ int main(int argc, const char *const *argv) { state[segment_ix].flags.det= 0; state[segment_ix].flags.trainown= 0; state[segment_ix].flags.updated_tmp= 0; + state[segment_ix].owner= 0; state[segment_ix].mfs= fs= mmalloc(sizeof(*state[segment_ix].mfs) * segment_d->n_movfeats); for (movfeat_ix= 0, movfeat_d= segment_d->movfeats; -- 2.30.2