Skip to content
Commit d1444e74 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

libarchive: fix data loss when aborting AddJobs and Deletejobs

Currently there is data loss when we abort an AddJob or DeleteJob with the
libarchive plugin. This happens because we always call `commit()` on the QSaveFile.

With this patch we call `commit()` only when we are not aborting (killing) the job.

BUG: 365869
FIXED-IN: 16.08.3

Differential Revision: D3129
parent d587749d
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