]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/voice.cxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / Sound / voice.cxx
index cdd90d330a930eb173ed6c5268bab6168f52bfc7..04e9a3debaac352d34bd4eb73acc6aa48ddc6359 100644 (file)
@@ -52,6 +52,7 @@ FGVoiceMgr::~FGVoiceMgr()
                return;
        _thread->cancel();
        _thread->join();
+       delete _thread;
 #endif
 }