Thanks! I had misinterpreted that system modules were auto-imported in nim.
The change does fix the memory leak when using the default refc gc. For --gc:{orc|arc}, the app still leaks memory at a far faster rate than originally with --gc:refc.
Thanks! I had misinterpreted that system modules were auto-imported in nim.
The change does fix the memory leak when using the default refc gc. For --gc:{orc|arc}, the app still leaks memory at a far faster rate than originally with --gc:refc.