Skip to content
Commit 900636b2 authored by Carlos Garnacho's avatar Carlos Garnacho
Browse files

libtracker-miner: Shuffle refcount handling when queueing back a file

The file might or might not be inserted to the queue, which meant that
the extra ref created outside the call might never dropped if the file
didn't end up inserted again. Fix this by doing the refcount increase
when actually inserting the file back in the queue.

Reported by Jose M. Arroyo <jose.m.arroyo.se@gmail.com>.
parent 6ae86d28
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