Fixed segfault at the end due to lm3g_free
commit05a7ce2ea44fb4ea966f5fd5654fabfcbfec3dc9
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 7 Nov 2006 14:36:40 +0000 (7 21:36 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 7 Nov 2006 14:36:40 +0000 (7 21:36 +0700)
tree986108d8b0aef16529c8323c041355079d2a0f6f
parent078d1ae460ce1f8014861f8219159c8b0253f073
Fixed segfault at the end due to lm3g_free

lm3g_free tried to free model->tginfo while this field only
gets allocated when lm3g_tg_score is called (and load_tginfo
afterward). So check whether model->tginfo is allocated before
trying to free it
libvspell/lm/lm_3g.c