mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 00:54:26 +02:00
Merge remote-tracking branch 'origin'
This commit is contained in:
commit
75024acec7
1 changed files with 2 additions and 2 deletions
|
@ -516,11 +516,11 @@ bool Audio::terminate ()
|
||||||
err = Pa_CloseStream(stream);
|
err = Pa_CloseStream(stream);
|
||||||
if (err != paNoError) goto error;
|
if (err != paNoError) goto error;
|
||||||
|
|
||||||
delete data;
|
|
||||||
|
|
||||||
err = Pa_Terminate();
|
err = Pa_Terminate();
|
||||||
if (err != paNoError) goto error;
|
if (err != paNoError) goto error;
|
||||||
|
|
||||||
|
delete data;
|
||||||
|
|
||||||
logFile.close();
|
logFile.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue