diff options
author | Bill King <bill.king@nokia.com> | 2009-05-13 04:06:47 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-05-13 04:59:32 (GMT) |
commit | dcf1867f5715991e233120122f6252b18ccd26e3 (patch) | |
tree | 6720072e9599a89889714a7f73b5dfa84a1b89db /src/network | |
parent | d3f8c08548cf7a454d3fd31c3313031d3e0bb223 (diff) | |
download | Qt-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/network')
0 files changed, 0 insertions, 0 deletions