Skip to content
Snippets Groups Projects
  1. Aug 15, 2017
  2. Jul 02, 2017
  3. Jul 01, 2017
  4. Jun 30, 2017
  5. Jun 26, 2017
  6. Jun 25, 2017
  7. Jun 23, 2017
  8. Jun 18, 2017
  9. Jun 10, 2017
  10. May 21, 2017
  11. May 20, 2017
  12. May 05, 2017
  13. Apr 28, 2017
  14. Apr 13, 2017
  15. Mar 27, 2017
  16. Mar 20, 2017
  17. Mar 18, 2017
  18. Mar 13, 2017
  19. Mar 04, 2017
  20. Feb 26, 2017
  21. Feb 13, 2017
  22. Feb 11, 2017
  23. Feb 10, 2017
  24. Feb 08, 2017
    • John Lindgren's avatar
      Don't call g_object_ref/unref on objects that are being finalized. · 35e65ab0
      John Lindgren authored
      ThunarFile objects were not being removed from the file_cache until
      thunar_file_finalize().  This leaves a small window of time in which
      another thread might call thunar_file_get(), and fetch the partially
      finalized ThunarFile from the cache.
      
      There are likely some remaining thread-safety issues with ThunarFile,
      due to background jobs making changes to the same objects that are used
      simultaneously in the UI thread.
      35e65ab0
Loading