This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
FreePhData: free tunes (intonations) as well to avoid a memleak when espeak_Terminate is called.
master
Reece Dunn
14 years ago
parent
332e6aec39
commit
53661a6551
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/synthdata.cpp
+ 1
- 0
src/synthdata.cpp
View File
@@ -172,6 +172,7 @@ void FreePhData(void)
Free(phoneme_tab_data);
Free(phoneme_index);
Free(phondata_ptr);
Free(tunes);
phoneme_tab_data=NULL;
phoneme_index=NULL;
phondata_ptr=NULL;
Write
Preview
Loading…
Cancel
Save