Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HarfBuzz: Enable atexit to silence some CRT debug memory leak warnings
Before this change, after running a JUCE app on Windows under a debugger, and quitting it normally (e.g. pressing the close title button), the output log would display some memory leak diagnostics. This is because HarfBuzz expects to clean up statics using atexit, but atexit was not enabled. This change enables atexit on supported platforms, including Windows.
- Loading branch information