Releasing references to rate updates objects before releasing reference to rateUpdates array

This commit is contained in:
Pavle Goloskokovic 2018-01-08 19:23:11 +01:00
parent 49e6b5129d
commit 526f6ae58c

View file

@ -336,6 +336,7 @@ var WebAudioSound = new Class({
this.muteNode = null;
this.volumeNode.disconnect();
this.volumeNode = null;
this.rateUpdates.length = 0;
this.rateUpdates = null;
},
/**