mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Releasing references to rate updates objects before releasing reference to rateUpdates array
This commit is contained in:
parent
49e6b5129d
commit
526f6ae58c
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ var WebAudioSound = new Class({
|
|||
this.muteNode = null;
|
||||
this.volumeNode.disconnect();
|
||||
this.volumeNode = null;
|
||||
this.rateUpdates.length = 0;
|
||||
this.rateUpdates = null;
|
||||
},
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue