Skip to content

Fix drag-and-drop crash

Guilherme requested to merge guisil/file-roller:dnd-crash-fix into master

After cancelling the extraction process upon conflicting file names, we need to call fr_window_dnd_extraction_finished() to prevent extraction_is_finished() from accessing free'd data.

Fixes #93 (closed).

Merge request reports