Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
6.5.8, 6.7.2
Description
There is handle leak in Qt whenever there is a Windows message WM_SETTINGCHANGE comes up.
It can be reproduced with attached minimal example, It seems to leak 4 handles per WM_SETTINGSCHANGE for each top level widget for each screen connected. The minimal example leaks 12 handle for each message with 3 screens connected, triggered by a click in the application.