summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-05-13 04:06:47 (GMT)
committerBill King <bill.king@nokia.com>2009-05-13 04:59:32 (GMT)
commitdcf1867f5715991e233120122f6252b18ccd26e3 (patch)
tree6720072e9599a89889714a7f73b5dfa84a1b89db /src/gui/kernel
parentd3f8c08548cf7a454d3fd31c3313031d3e0bb223 (diff)
downloadQt-dcf1867f5715991e233120122f6252b18ccd26e3.zip
Qt-dcf1867f5715991e233120122f6252b18ccd26e3.tar.gz
Qt-dcf1867f5715991e233120122f6252b18ccd26e3.tar.bz2
Fixes a segfault from out of order cleanup of mysql resources.
If a QSqlQuery survived the lifetime of removal of a mysql db connection (that failed), the cleanup code would cause a segfault because it was using an out of date pointer that was pointing at memory that'd been freed by the removeDatabase() call. Revby: Justin McPherson Task-number: 205701
Diffstat (limited to 'src/gui/kernel')
0 files changed, 0 insertions, 0 deletions