Download issues in compiled project
-
I'm seeing some warnings/errors related to downloads when debugging my compiled project. I'm not sure what they mean or if I should worry about them. Any idea?
*** Leaked objects detected: 2 instance(s) of class FallbackDownloadTask JUCE Assertion failure in juce_LeakedObjectDetector.h:92 *** Leaked objects detected: 2 instance(s) of class DownloadTask JUCE Assertion failure in juce_LeakedObjectDetector.h:92 *** Leaked objects detected: 2 instance(s) of class WebInputStream JUCE Assertion failure in juce_LeakedObjectDetector.h:92 *** Leaked objects detected: 2 instance(s) of class Pimpl JUCE Assertion failure in juce_LeakedObjectDetector.h:92 *** Leaked objects detected: 1 instance(s) of class OwnedArray
-
@d-healey Sounds a lot like this one;
https://forum.hise.audio/topic/4869/ownedarray-leak/1 -
@dustbro Looks similar but I think mine might be related to some different issue. I'm not using Child Panels in my project.