Skip to content

Commit afc5e8a

Browse files
author
nshmyrev
committed
Fix memory leak in yin
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@13123 94700074-3cef-4d97-a70e-9c8c206c02f5
1 parent 62d7e99 commit afc5e8a

File tree

1 file changed

+1
-0
lines changed
  • src/libsphinxbase/fe

1 file changed

+1
-0
lines changed

src/libsphinxbase/fe/yin.c

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ yin_free(yin_t *pe)
190190
{
191191
ckd_free_2d(pe->diff_window);
192192
ckd_free(pe->period_window);
193+
ckd_free(pe->frame);
193194
ckd_free(pe);
194195
}
195196

0 commit comments

Comments
 (0)