BubbleMessageComponent not deleted (using last tip)

here are the steps to reproduce :

- open the juceDemo -> widgets demo -> buttons tab

- click on a button which opens a BubbleMessageComponent ("this is a demo of the BubbleMessageComponent….")

- quit the app while the bubble is still open

-> this will trigger the following assertion in ~Desktop:

jassert (desktopComponents.size() == 0);

Thanks. Not a big deal - it's just the demo code not bothering to clean up, but I'll sort it out so it's a better example.

This leak is back! (I haven't look at the cause though)

Is it fine not using the stopTimer instruction in the BubbleMessageComponent ?

I thought this got fixed earlier…

https://forum.juce.com/t/popupmenu-visible-quit-assertion

Rail