Skip to content

file-view: prevent ref unreffed pending selection objects

Do the selection unref after that we've copied it, as the very same objects might be in two different lists and thus being invalidated after the first unref.

Fixes #295 (closed)

Merge request reports