I reported a memory leak against Qt and they responded:
Sorry, without the symbols, we don't know where it ended up:
COMDLG32.dll!0x00007FFA2B2378F7()
qwindowsd.dll!0x00007FF8FC0C1762()
qwindowsd.dll!0x00007FF8FC0DAE4E()
qwindowsd.dll!0x00007FF8FC0DAD9E()
Qt6Widgetsd.dll!QLineEdit::`default constructor closure'() + 0x643995 bytes
I don't see anything obvious where the QLineEdit constructor would end up directly in the qwindows plugin.
Given that this is a debug build, it isn't possible.
How can I get vld to use windows symbols? (and indeed to pick up Qt's symbols)
I reported a memory leak against Qt and they responded:
How can I get vld to use windows symbols? (and indeed to pick up Qt's symbols)