Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53661a65 authored by Reece Dunn's avatar Reece Dunn
Browse files

FreePhData: free tunes (intonations) as well to avoid a memleak when espeak_Terminate is called.

parent 332e6aec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;