fix uninitialized pointer
authorDiane Trout <diane@caltech.edu>
Wed, 4 Apr 2007 01:08:29 +0000 (01:08 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 4 Apr 2007 01:08:29 +0000 (01:08 +0000)
commit6317e56b965b35eb20abbd3c383cba487908bf39
treea455d03b5adcf1385e2fafc344ba90bd6ff2d644
parent8b38b5bc63e5c62983d0814aa75d3f88b9116e49
fix uninitialized pointer
ticket:256
I forgot to initialize the motif_list pointer in one of the Sequence
constructors. Unfortunately it was the one that was used by the mussa
load_sequence code, which hadn't been tested.

this patch adds a test, and fixes the reported problem.
alg/sequence.cpp
alg/test/test_mussa.cpp