diff --git a/src/sound/BaseSound.js b/src/sound/BaseSound.js index 037acb5ec..c9b22f2b0 100644 --- a/src/sound/BaseSound.js +++ b/src/sound/BaseSound.js @@ -477,6 +477,8 @@ var BaseSound = new Class({ return; } + this.stop(); + this.emit(Events.DESTROY, this); this.removeAllListeners();