Skip to content

Commit

Permalink
more memory cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
diclophis committed Sep 25, 2012
1 parent ba90a4e commit 0e9956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ sinks('webaudio', function (readFn, channelCount, bufferSize, sampleRate) {
}
}

this._node = this._context = null;
this._src = this._node = this._context = null;
this.emit('kill');
},

Expand Down

0 comments on commit 0e9956a

Please sign in to comment.