When using vld in Qt (Qt Creator), the open file dialog crashes (starts opening but then freezes after partially rendering) while trying to open (it defaults to the SkyDrive folder).
If I don't access the open file dialog it properly detects memory leaks and works great. If I simply comment out the include for VLD the open dialog works just fine as well.
The code that causes the crash is this:
```
QString fileName = QFileDialog::getOpenFileName(this, "Open Project...", "", "QuickSilver Project Files (*.qsp)|*.qsp");
```
If I don't access the open file dialog it properly detects memory leaks and works great. If I simply comment out the include for VLD the open dialog works just fine as well.
The code that causes the crash is this:
```
QString fileName = QFileDialog::getOpenFileName(this, "Open Project...", "", "QuickSilver Project Files (*.qsp)|*.qsp");
```