JUCE Assertion failure in juce_LookAndFeel.cpp:64 and AudioDeviceSelectorComponent

I have the same problem (see LookAndFeel assert firing with ComboBoxPopup open).
The deconstructor of my ComboBoxe is called before the assertion fires, so they should be taken care of. However, the hidePopup() method within the deconstructor does not do the trick and the LaF is still referenced.