Clipboard wiped on application closing

Hello,

Is it normal that once a copy to the clipboard is performed within a JUCE application (either a copy via the SystemClipboard::copyTextToClipboard, or simply by right-clicking/copy in an TextEditor), its content is wiped once the application is closed?

Does not happen on Windows, tested on Linux 16.04.

Thanks,
Julien.

AFAIK nothing in JUCE will wipe it, so maybe that’s just normal security-conscious operating system behaviour?

I thought so, but then I noticed only my application and the Projucer have this behavior. The clipboard of all the other apps I use (text editor, calculator, browser, etc.) is not wiped when the app is closed.