summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2021-01-08 16:17:44 +0200
committerAlex Trotsenko <alex1973tr@gmail.com>2021-01-09 20:56:11 +0000
commit161e8f4d5dbaa568975d61d770144484e14a62e0 (patch)
tree394b92f0b462f0ea8788507ef625e49ba46e846c /src/plugins/sqldrivers
parent4ff41e6ff86b3f6a3a0ba215e9a3c8be19cf8055 (diff)
QProcess/Win: clean up death notifier teardown
To avoid the mostly hypothetical possibility of failure, delete the processFinishedNotifier before closing the handle on which it operates. Previously, because of this, we explicitly disabled the notifier in the processFinished() function, which made the code unclear. Now, we can remove that safely, because cleanup() works correctly, and doing it before calling findExitCode() was not necessary to start with. Change-Id: Ia7095ded2c7eba8f4d738c6b87c7be41aa3cbbc8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Diffstat (limited to 'src/plugins/sqldrivers')
0 files changed, 0 insertions, 0 deletions