mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 11:43:15 +02:00
explicit initialization of audioSocket to NULL in AudioData constructor
This commit is contained in:
parent
6f8808e565
commit
9ce03eb27a
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ AudioData::AudioData() {
|
|||
jitterBuffer = 0;
|
||||
|
||||
mixerLoopbackFlag = false;
|
||||
audioSocket = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue