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)
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.


No differences found