]> cloud.milkyroute.net Git - dolphin.git/commit
Fix possible crash in SearchPanel::urlChanged()
authorPeter Penz <peter.penz19@gmail.com>
Tue, 6 Dec 2011 18:28:39 +0000 (19:28 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 6 Dec 2011 18:30:21 +0000 (19:30 +0100)
commit0c314917a5a498666817bb4c803736756f11ae2e
tree70a2a3ec374a6036dd6708484e1567672a8c1ccb
parent8998ee8f5163d20a204f2bba8bc240c9bd700be7
Fix possible crash in SearchPanel::urlChanged()

m_lastSetUrlStatJob gets a dangling pointer if we don't have a
Nepomuk URL.

Thanks to Frank Reininghaus for the analysis and the hint!

BUG: 287075
FIXED-IN: 4.8.0
src/panels/search/searchpanel.cpp