You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The leak is reproduced on Linux, not on Windows.
I simplified the leak reproduction, see https://github.com/dizel3d/node-memory-leak-sample
I made 300 iterations and couldn't detect leaking objects using v8-profiler, comparing heap snapshots. It seems the leak has native code roots.
Hello, I noticed that memory wasnt freed after download is complete, here's my code:
`app.get('/dltorrent', function (req, res) {
var urlObj = url.parse(req.url, true),
query = urlObj.query;
});`
The text was updated successfully, but these errors were encountered: