Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage memory leak fix #249

Merged
merged 5 commits into from Jan 21, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Prev

FSStorage: free written piece buffers

  • Loading branch information
astro committed Jan 21, 2015
commit 21f3092f36c2b70b221baea79d28889904f42eec
@@ -160,6 +160,7 @@ FSStorage.prototype._onPieceDone = function (piece) {
var writeToNextFile = function (err) {
if (err) return self.emit('error', err)
if (i >= end) {
delete piece.buffer
return cb()
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.