Skip to content
Snippets Groups Projects
Commit 91d69ce6 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qt: fix potential use after free

parent 939ea2c4
No related branches found
No related tags found
Loading
Pipeline #280073 passed with stage
in 11 minutes and 13 seconds
......@@ -168,7 +168,7 @@ public:
}
void cancel() override {
m_reader->abandon();
m_reader.reset();
emit finished();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment