Tracker: fix uninitialized members, CID 991721

This commit is contained in:
John Scipione
2014-08-10 15:04:42 -04:00
parent 628bd168bd
commit 91dee2fc68
+5
View File
@@ -241,6 +241,11 @@ public:
TTracker::TTracker()
:
BApplication(kTrackerSignature),
fMimeTypeList(NULL),
fClipboardRefsWatcher(NULL),
fTrashWatcher(NULL),
fTaskLoop(NULL),
fNodeMonitorCount(-1),
fWatchingInterface(new WatchingInterface),
fSettingsWindow(NULL)
{