REVIEW: Memory Leak - FLITEVoiceSynthesizer ctor
1,696 bytes in 4 blocks are definitely lost in loss record 6,145 of 6,440
This commit is contained in:
parent
0ce2fdf190
commit
63d3dd4cbd
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ void FLITEVoiceSynthesizer::synthesize( SynthesizeRequest & request)
|
|||
}
|
||||
|
||||
FLITEVoiceSynthesizer::FLITEVoiceSynthesizer(const std::string & voice)
|
||||
// REVIEW: Memory Leak - 1,696 bytes in 4 blocks are definitely lost in loss record 6,145 of 6,440
|
||||
: _engine(new Flite_HTS_Engine), _worker(new FLITEVoiceSynthesizer::WorkerThread(this)), _volume(6.0)
|
||||
{
|
||||
_volume = fgGetDouble("/sim/sound/voice-synthesizer/volume", _volume );
|
||||
|
|
Loading…
Reference in a new issue