Memory management in unittests edit

Issue #2 resolved
Bart Bogaerts created an issue

There is no memory cleanup in most unit tests, this should be added.

Additionally, closing of global data should happen in unittests setup and teardown except for the lua tests, in which we are also testing that the run operations do this correctly.

Comments (1)

  1. Log in to comment