Commit 8d828703 authored by Michal Klocek's avatar Michal Klocek
Browse files

Fix bougs documentation for QWebEngineUrlRequestJob::reply


IODevice::close and therefore aboutToClose is called by io thread,
connecting it to deleteLater will register deferred delete
on event loop of IODevice instance, which is on ui thread.
This could be racy since deletion on ui thread can happen before job
is done.

Change-Id: I895e6a71649ba65944d069f254d119cc60aada6c
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
parent c56169f7
Showing with 3 additions and 2 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment