# # # patch "src/model/InventoryWatcher.cpp" # from [d0a2d88d832ccd43b95b15642a89fe2454171a38] # to [ce1f7d373f8800b452b32fbdb30432fa93907cde] # ============================================================ --- src/model/InventoryWatcher.cpp d0a2d88d832ccd43b95b15642a89fe2454171a38 +++ src/model/InventoryWatcher.cpp ce1f7d373f8800b452b32fbdb30432fa93907cde @@ -43,7 +43,10 @@ InventoryWatcher::InventoryWatcher(QObje ); } -InventoryWatcher::~InventoryWatcher() {} +InventoryWatcher::~InventoryWatcher() +{ + delete notifyTimer; +} //! TODO: monitor _MTN/options for changes as well void InventoryWatcher::setWorkspacePath(const WorkspacePath & wp)