Call CollectGarbage

This commit is contained in:
jvazquez-r7 2015-02-09 14:44:31 -06:00
parent 87775c6ee4
commit 511f637b31
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ var Exploit = function () {
};
Exploit.prototype.run = function() {
CollectGarbage();
this.sprayer = new Sprayer();
this.sprayer.spray();