Skip to content
  • Sam Thursfield's avatar
    miners/fs: writeback_tasks table needs to ref its contents · 8fcd25fd
    Sam Thursfield authored
    This avoids critical errors like the following when writeback is running:
    
        (tracker-miner-fs:9195): GLib-GIO-CRITICAL **: g_file_equal: assertion 'G_IS_FILE (file1)' failed
    
    The issue was that the GFile instances were being unreffed elsewhere and
    invalidated, even though they still had entries in writeback_tasks.
    8fcd25fd