Skip to content

Commit

Permalink
Fix [LB-68] Memory Leak | Scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeshbadjatiya committed Mar 7, 2016
1 parent ec5a21c commit 50bef41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webserver/templates/user/scraper.js
Expand Up @@ -144,6 +144,7 @@ function getLastFMPage(page) {
retry('error');
};
xhr.send();
delete(xhr);
}

var version = "1.4";
Expand Down

0 comments on commit 50bef41

Please sign in to comment.