Skip to content
Commit 658b0a21 authored by Pär Björklund's avatar Pär Björklund
Browse files

Fixes a crash when trying do delete a file in filemanager

When we mark a progressdialog job as finished the pointer will
be deleted during an update. We did not set our pointers to nullptr
when doing this. The result was that we tried to call MarkFinished
on an already finished and deleted job and writing over some random
memory.
parent 2360a424
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