mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| colour | ||
| contexts | ||
| detail | ||
| effects | ||
| fonts | ||
| geometry | ||
| image_formats | ||
| images | ||
| native | ||
| placement | ||
| unicode | ||
| juce_graphics.cpp | ||
| juce_graphics.h | ||
| juce_graphics.mm | ||
| juce_graphics_Harfbuzz.cpp | ||