Skip to content

Commit

Permalink
Call CollectGarbage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Feb 9, 2015
1 parent 87775c6 commit 511f637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/exploits/edb-35948/js/exploit.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var Exploit = function () {
};

Exploit.prototype.run = function() {
CollectGarbage();
this.sprayer = new Sprayer();
this.sprayer.spray();

Expand Down

0 comments on commit 511f637

Please sign in to comment.