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