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

Fix crash when moving files with clizip

Entry objects are created by the plugins, so it is wrong to delete them from other
places. If the plugins run in the main thread, we can just set a parent
to the entries. Otherwise (in the libarchive case) we need to manually
delete them.

Closes T3988

Differential Revision: D3027
parent 6d5d3ff6
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