OwnedArray leak
-
This happens when closing the app that runs in the debugger.
I just run it and close it and this happens. But everything works smoothly*** Leaked objects detected: 26 instance(s) of class OwnedArray JUCE Assertion failure in juce_LeakedObjectDetector.h:92
Where should I begin to track this issue down?
-
If you hit continue, it should print out more of those messages with more specialised classes, which hints you towards the problematic class.
Are you on the latest commit? I remember fixing a few leaks with custom look and feels a few weeks back.
-
@Christoph-Hart I might have caught the culprit last night, I am doing a stupid thing with child panels when updating the list. I delete all panels from one of the child callbacks...
-
There's also a cyclic reference checker which might fire if you do something weird in the script.