3748645284
github-actions
released this
21 Dec 11:05
·
447 commits
to master
since this release
Fix memory leak when another instance is running (#321) The instance_checker as a wxSingleInstanceChecker class instance shall be destroyed before exiting the program. This is in compliance with the class reference. Memory leak found with the AddressSanitizer bundled with Clang.