Skip to content
Snippets Groups Projects
Commit 93c6716f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#5249] Fix conditional jump error in audiolayer (uninitialized value)

parent a65e6e34
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ class AudioLayer
, _outChannel (1)
, _errorMessage (0)
, _mutex ()
, countNotificationTime(0)
, _time (new ost::Time()) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment