Hello
I'm getting many leak warnings, I think that the culprit commit is bea7b83cb8f54aceff680aab2c4778ba04d956b3
("Renamed and refactored the LookAndFeel classes..")
I'm using Windows 8
Hello
I'm getting many leak warnings, I think that the culprit commit is bea7b83cb8f54aceff680aab2c4778ba04d956b3
("Renamed and refactored the LookAndFeel classes..")
I'm using Windows 8
Not seeing any leaks in my projects - perhaps something you're doing? What objects are leaking?
All sorts of classes, mine and yours (with the JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR)
It is certainly this commit that started the leaks.
OK, I think it's our L&F inheritance that is to blame.
Thanks Jules