Wladimir J. van der Laan b4a9aa511c qt: Fix random segfault when closing "Choose data directory" dialog
The `pickDataDirectory()` function was calling `exit(0)` to quit
the application when the user closes the dialog without choosing
a data directory.

This is a bad idea because a background thread is created (to
check free space on the drive of the currently selected datadir).
The thread is not stopped and unwound properly, resulting in a potential
race condition somewhere deep in Qt.

So replace the `exit()` by a boolean return value, and let the
stack unwind normally.
2016-08-18 16:58:25 +02:00
..
2015-12-13 18:08:39 +01:00
2016-07-23 01:02:53 +09:00
2015-11-04 23:46:47 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2016-04-14 20:56:33 +02:00
2016-08-14 07:57:11 -06:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2016-07-18 12:22:18 +02:00
2016-08-05 21:17:50 +02:00
2016-08-12 14:22:49 -04:00
2015-12-13 18:08:39 +01:00
2016-08-14 07:57:11 -06:00
2016-08-12 14:22:49 -04:00
2016-03-23 10:40:38 -04:00
2016-07-18 13:28:26 -04:00
2016-01-05 21:01:39 +01:00
2016-04-14 20:56:33 +02:00
2016-01-05 21:01:39 +01:00
2016-06-27 18:17:27 +02:00
2015-11-12 17:58:15 +01:00
2016-07-06 07:44:51 +02:00
2016-01-05 21:01:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00