Why is AudioSampleBuffer Destructor now non-virtual??
https://github.com/julianstorer/JUCE/commit/dd1a3496c25d63e0bdf94a1b6f99cf4e58b9c960
These are the kind of changes which can cause many troubles, and result in a different runtime behavior (if you cast the type, desctructors won't be called) ,
Its better to rename a class instead, and mark the old class as depracted instead of changing this elementary behavior of a class,
grr... (searching a bug for several hours...)