Open tmpsantos opened 1 month ago
Dispose it when it is no longer in use.
Also add leak detection to all the unit tests to prevent regressions.
Fixes #150
Removing both dispose() will make the tests fails with the leak error.
dispose()
@simc do you have any feedback on this PR?
Is this going to be merged ever?
Dispose it when it is no longer in use.
Also add leak detection to all the unit tests to prevent regressions.
Fixes #150