-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.4
-
-
d2c373ef9 (dev), 71fc186fb (6.10), e2d8ac05f (tqtc/lts-6.8)
-
Multimedia Current w28 ...
Using QSoundEffect to play sounds repeatedly triggers leaks reported by LeakSanitizer. The leaks come from pa_operation_new in QPulseAudioSinkStream::stop(), called via QSoundEffectPrivate::setPlaying().
Attached example can be used to see the leak, Run the example which will play a sound in a loop. At exit, LeakSanitizer reports leaked.