Committed by
Olivier Poitrey
This is an attempt to avoid the crashes in #341.
It won't fix the underlying issue but I hope it will avoid it in most cases. The various crash reports indicate the underlying download operation is being freed before the async block in dataReceived is being executed. This fix change tries to avoid every calling the async block.
Showing
1 changed file
with
5 additions
and
7 deletions
-
Please register or login to post a comment