Skip to content

3748636590

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 11:02
· 305 commits to master since this release
de21ad9
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.