-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
b116
-
x86
-
windows_xp
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
I think that the implementation in the class JavaSoundAudioClip in method stop() with the call
sequencer.addMetaEventListener(this);
was wrong.
It must be instead a call to
sequencer.removeMetaEventListener(this);
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
I think that the implementation in the class JavaSoundAudioClip in method stop() with the call
sequencer.addMetaEventListener(this);
was wrong.
It must be instead a call to
sequencer.removeMetaEventListener(this);
REPRODUCIBILITY :
This bug can be reproduced always.