mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 12:46:24 +00:00
Added GC_fullcollect() to all examples
This commit is contained in:
parent
8aa9b7f5a2
commit
e281666ca0
@ -14,5 +14,5 @@ proc mainProc() =
|
||||
|
||||
when isMainModule:
|
||||
mainProc()
|
||||
GC_fullcollect()
|
||||
|
||||
GC_fullcollect()
|
||||
|
@ -20,4 +20,4 @@ proc mainProc() =
|
||||
|
||||
when isMainModule:
|
||||
mainProc()
|
||||
|
||||
GC_fullcollect()
|
||||
|
@ -26,5 +26,5 @@ proc mainProc() =
|
||||
|
||||
when isMainModule:
|
||||
mainProc()
|
||||
GC_fullcollect()
|
||||
|
||||
GC_fullcollect()
|
||||
|
@ -20,5 +20,5 @@ proc mainProc() =
|
||||
|
||||
when isMainModule:
|
||||
mainProc()
|
||||
GC_fullcollect()
|
||||
|
||||
GC_fullcollect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user