Revision 90afde5...

Go back to digest for 30th October 2011

Bug Fixes in Other

Sebastian Trueg committed changes in [nepomuk-core] /filewatch:

Run the MetaDataMover with an event loop.

It is using the exact same approach as the file indexer does: a new
thread is created and started and the MetaDataMover is then
QObject::moveToThread'ed to it.

This fixes mem leaks caused by DBus events that are not cleaned up.

File Changes

Modified 4 files
  • /filewatch
  •   services/metadatamover.cpp
  •   services/metadatamover.h
  •   services/nepomukfilewatch.cpp
  •   services/nepomukfilewatch.h
4 files changed in total