Skip to content

3748645284

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 11:05
· 447 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.