- 
    Bug 
- 
    Resolution: Won't Do
- 
    P3: Somewhat important 
- 
    None
- 
    5.0.1
- 
    None
- 
    Qt 5.0.1, valgrind 3.7.0, kubuntu 12.04, gcc 4.6.3
Valgrind reports leak in `QApplication::clipboard()->setText("text");` call when closing application.
A sample project attached.
To reproduce:
1. Run the project with Valgrind.
2. Make sure you don't have anything important in the clipboard.
3. Push the button.
4. Close application's window.
5. See Valgrind's output.
The output I get is also attached.