Added GC_fullcollect() to all examples

This commit is contained in:
Filippo Cucchetto 2015-01-11 13:01:46 +01:00
parent 8aa9b7f5a2
commit e281666ca0
4 changed files with 4 additions and 4 deletions

View File

@ -14,5 +14,5 @@ proc mainProc() =
when isMainModule:
mainProc()
GC_fullcollect()
GC_fullcollect()

View File

@ -20,4 +20,4 @@ proc mainProc() =
when isMainModule:
mainProc()
GC_fullcollect()

View File

@ -26,5 +26,5 @@ proc mainProc() =
when isMainModule:
mainProc()
GC_fullcollect()
GC_fullcollect()

View File

@ -20,5 +20,5 @@ proc mainProc() =
when isMainModule:
mainProc()
GC_fullcollect()
GC_fullcollect()