diff --git a/template.html b/template.html
index f686596..51f06e4 100755
--- a/template.html
+++ b/template.html
@@ -10,6 +10,8 @@
function freememory() {
try { CollectGarbage(); } catch(err) { }
+ try { FuzzingFunctions.garbageCollect(); } catch(err) { }
+ try { FuzzingFunctions.cycleCollect(); } catch(err) { }
try { window.gc(); } catch(err) { }
}