mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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);
|
||||
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